8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1903c3 commit e2657c7Copy full SHA for e2657c7
DEVNOTES
@@ -33,7 +33,8 @@ http://matplotlib.sourceforge.net
33
> rfr -f savefig -r '#savefig' *.py
34
> rfr -f '##savefig' -r A9CA '#savefig' *.py
35
36
-2) edit license for website to the correct version number
+2) edit license for website to the correct version number and
37
+ matplotlib/__init__.py to update __version
38
local> clearbak
39
local> make htmldocs
40
local> scp htdocs/site.tar.gz jdh2358@matplotlib.sf.net:/home/groups/m/ma/matplotlib/htdocs/
examples/simple_plot.py
@@ -2,7 +2,7 @@
2
3
t = arange(0.0, 1.0, 0.02)
4
s = sin(2*2*pi*t)
5
-plot(t, s, '+')
+plot(t, s, 'x')
6
7
xlabel('time (s)')
8
ylabel('voltage (mV)')
0 commit comments