{ "cells": [ { "cell_type": "raw", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ ".. _markers:\n", "\n", "Markers\n", "-------" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "In Toyplot, markers are used to show the individual datums in scatterplots:" ] }, { "cell_type": "code", "execution_count": 12, "metadata": { "collapsed": true }, "outputs": [], "source": [ "import numpy\n", "import toyplot\n", "\n", "import logging\n", "logging.basicConfig()" ] }, { "cell_type": "code", "execution_count": 13, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
| Date | Delivered | On Time |
|---|---|---|
| 15feb2005 | 553 | 1.0000 |
| 15mar2005 | 507 | 1.0000 |
| 15apr2005 | 586 | 1.0000 |
| 15may2005 | 488 | 1.0000 |
| 15jun2005 | 404 | 1.0000 |
| 15jul2005 | 306 | 1.0000 |
| 15aug2005 | 323 | 0.9905 |
| 15sep2005 | 531 | 0.9959 |
| 15oct2005 | 677 | 0.9600 |
| 15nov2005 | 695 | 0.9624 |
| 15dec2005 | 867 | 0.9229 |
| 15jan2006 | 557 | 0.9888 |