8000 implemented new edge/face handling in backends · matplotlib/matplotlib@b77bdf9 · GitHub
[go: up one dir, main page]

Skip to content

Commit b77bdf9

Browse files
committed
implemented new edge/face handling in backends
svn path=/trunk/matplotlib/; revision=67
1 parent c743497 commit b77bdf9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/histogram_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
xlabel('Smarts')
1515
ylabel('Probability')
1616
title('Histogram of IQ: mu=100, sigma=15')
17-
#savefig('histogram_demo')
17+
savefig('histogram_demo')
1818
show()

examples/simple_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
title('About as simple as it gets, folks')
99
#grid(True)
1010
#set(gca(), 'xticks', (0,.2,.7))
11-
#savefig('simple_plot')
11+
savefig('simple_plot')
1212
show()

examples/subplot_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ def f(t):
1919
xlabel('time (s)')
2020
ylabel('Undamped')
2121

22-
#savefig('subplot_demo')
22+
savefig('subplot_demo')
2323
show()
2424

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
data.extend(glob.glob('images/*.xpm'))
1010

1111
setup(name="matplotlib",
12-
version= '0.40d',
12+
version= '0.40e',
1313
description = "Matlab style python plotting package",
1414
author = "John D. Hunter",
1515
author_email="jdhunter@ace.bsd.uchicago.edu",

0 commit comments

Comments
 (0)
0