Changes

Jump to navigation Jump to search

Matplotlib dateutil bug

198 bytes added, 12:55, 10 December 2013
Test if it worked
<source lang="bash">
$ relaxcat <<'EOF' > relax_test.pyrelax> from pylab import *
t = arange(0.0, 2.0, 0.01)
s = sin(2*pi*t)
plot(t, s)
 
xlabel('time (s)')
ylabel('voltage (mV)')
title('About as simple as it gets, folks')
grid(True)
show()
EOF
 
$ relax relax_test.py
</source>
== See also ==
[[Category:matplotlib]]

Navigation menu