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

Skip to content

Commit ddf721b

Browse files
committed
gtkgd ext mod
svn path=/trunk/matplotlib/; revision=126
1 parent a9672ea commit ddf721b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

examples/simple_plot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@
1414
#set(gca(), 'xticks', (0,.2,.7))
1515
#savefig('test2', dpi=600)
1616
show_xvfb()
17+
#show()
18+

setup.py

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

1818

1919
setup(name="matplotlib",
20-
version= '0.50f',
20+
version= '0.50g',
2121
description = "Matlab style python plotting package",
2222
author = "John D. Hunter",
2323
author_email="[email protected]",

0 commit comments

Comments
 (0)