Matplotlib: Difference between revisions

Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
Line 68: Line 68:
Add x-values to the data by changing
Add x-values to the data by changing


<code>pyplot.plot([0, 2, 4, 8, 16, 32], "o-")</code>
<pre>pyplot.plot([0, 2, 4, 8, 16, 32], "o-")</pre>


to
to