Skip to content

Commit e34a333

Browse files
committed
reorganizes py code
svn path=/trunk/matplotlib/; revision=540
1 parent c3d5ba0 commit e34a333

File tree

645 files changed

+118368
-185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

645 files changed

+118368
-185
lines changed

.matplotlibrc

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
# This is a sample matplotlib configuration file. It should be placed
44
# in your home dir (Linux and friends) or in the matplotlib data path,
55
# ie, where matplotlib installs its data files (fonts, etc). On
6-
# windows, this would be, for example, C:\Python23\share\matplotlib
6+
# windows, this would be, for example, C:\Python23\share\matplotlib.
7+
# On OSX, using the python framework, it will be (depending on your
8+
# version number) in /System/Library/Frameworks/Python.framework/Versions/2.3/share/matplotlib/.matplotlibrc
9+
710
#
811
# By default, the installer will overwrite the existing file in the
912
# install path, so if you want to preserve your's, please move it to

CHANGELOG

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ New entries should be added at the top
4646
2004-09-15 Moved definitions of infinity from mlab to numerix to avoid
4747
divide by zero warnings for numarray - JTM
4848

49+
2004-09-09 Added axhline, axvline, axhspan and axvspan
4950

5051
==============================================================
5152
2004-08-30 matplotlib 0.62.4 released

INSTALL

+3
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ PACKAGE MANAGERS: (rpms, apt, fink)
142142
discussion of the various backend requirements. Edit setup.py to
143143
configure the backends you want to build as described above.
144144

145+
Note when running a GUI backend in OSX, you should launch your
146+
programs with pythonw rather than python, or you may get
147+
nonresponsive GUIs.
145148

146149
FINK
147150

0 commit comments

Comments
 (0)