8000 fixed install path problem · matplotlib/matplotlib@39ca8e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 39ca8e2

Browse files
committed
fixed install path problem
svn path=/trunk/matplotlib/; revision=95
1 parent 1606d9f commit 39ca8e2

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

TODO

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,8 @@
160160

161161
-- finish XVFB architecture
162162

163-
-- write a PDF user's guide
163+
-- write a PDF user's guide
164+
165+
-- Add Kishimoto's suggestions to hist
166+
167+
-- DONE 2003-12-15 - fix install path bug

examples/log_demo.py

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

63
dt = 0.01

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