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

Skip to content

Commit 36d4cf0

Browse files
committed
fixed axes bugs
svn path=/trunk/matplotlib/; revision=61
1 parent a6f6827 commit 36d4cf0

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

MANIFEST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ examples/wx_demo.py
4545
examples/xyerrorbar.py
4646
examples/data/AAPL.dat
4747
examples/data/INTC.dat
48+
examples/data/README
4849
examples/data/eeg.dat
50+
examples/data/s1045.ima
4951
fonts/afm/pagd8a.afm
5052
fonts/afm/pagdo8a.afm
5153
fonts/afm/pagk8a.afm

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
include CHANGELOG GOALS INSTALL INTERACTIVE LICENSE Makefile TODO MANIFEST.in
22
include examples/README
3-
recursive-include examples *.py *.dat
3+
include examples/*.py
4+
include examples/data/*
45
include fonts/afm/*
56
include fonts/ttf/*
67
include images/*

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.40b',
12+
version= '0.40c',
1313
description = "Matlab style python plotting package",
1414
author = "John D. Hunter",
1515
author_email="[email protected]",

0 commit comments

Comments
 (0)