8000 added x line style · matplotlib/matplotlib@e2657c7 · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit e2657c7

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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 A9CA '#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 jdh2358@matplotlib.sf.net:/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)
0