10000 resyncing wx · matplotlib/matplotlib@a3b06b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit a3b06b5

Browse files
committed
resyncing wx
svn path=/trunk/matplotlib/; revision=93
1 parent 7bdef16 commit a3b06b5

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

TODO

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,6 @@
158158

159159
-- dashes broken in GTK backend on win32?
160160

161-
-- finish XVFB architecture
161+
-- finish XVFB architecture
162+
163+
-- write a PDF user's guide

examples/log_demo.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import matplotlib
2+
matplotlib.use('WX')
3+
14
from matplotlib.matlab import *
25

36
dt = 0.01

examples/psd_demo.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
% compare with matlab
2424
dt = 0.01;
2525
t = [0:dt:10];
26-
s = sin(2*pi*t);
2726
nse = randn(size(t));
2827
r = exp(-t/0.05);
2928
cnse = conv(nse, r)*dt;
@@ -34,5 +33,5 @@
3433
3534
figure(2)
3635
psd(s, 512, 1/dt)
37-
#savefig('psd_demo')
36+
3837
"""

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.40i',
12+
version= '0.40j',
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