Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2657c7

Browse files
committed
added x line style
svn path=/trunk/matplotlib/; revision=131
1 parent f1903c3 commit e2657c7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

DEVNOTES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ http://matplotlib.sourceforge.net
3333
> rfr -f savefig -r '#savefig' *.py
3434
> rfr -f '##savefig' -r '#savefig' *.py
3535

36-
2) edit license for website to the correct version number
36+
2) edit license for website to the correct version number and
37+
matplotlib/__init__.py to update __version
3738
local> clearbak
3839
local> make htmldocs
3940
local> scp htdocs/site.tar.gz [email protected]:/home/groups/m/ma/matplotlib/htdocs/

examples/simple_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
t = arange(0.0, 1.0, 0.02)
44
s = sin(2*2*pi*t)
5-
plot(t, s, '+')
5+
plot(t, s, 'x')
66

77
xlabel('time (s)')
88
ylabel('voltage (mV)')

0 commit comments

Comments
 (0)