Skip to content

Commit 48df6e7

Browse files
committed
final build of 0.99.0
svn path=/branches/v0_99_maint/; revision=7398
1 parent 3f1a8dd commit 48df6e7

File tree

2 files changed

+54
-8
lines changed

2 files changed

+54
-8
lines changed

CHANGELOG

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,37 @@
1-
2009-08-06 Tagging the 0.99.0 release at svn r7395 - JDH
1+
2009-08-06 Tagging the 0.99.0 release at svn r7397 - JDH
22

33
* fixed an alpha colormapping bug posted on sf 2832575
44

5-
* fix typo in axes_divider.py. use nanmin, nanmax in angle_helper.py (patch by Christoph Gohlke)
5+
* fix typo in axes_divider.py. use nanmin, nanmax in angle_helper.py
6+
(patch by Christoph Gohlke)
67

78
* remove dup gui event in enter/leave events in gtk
89

910
* lots of fixes for os x binaries (Thanks Russell Owen)
1011

1112
* attach gtk events to mpl events -- fixes sf bug 2816580
1213

13-
* applied sf patch 2815064 (middle button events for wx) and patch 2818092 (resize events for wx)
14+
* applied sf patch 2815064 (middle button events for wx) and
15+
patch 2818092 (resize events for wx)
1416

1517
* fixed boilerplate.py so it doesn't break the ReST docs.
1618

1719
* removed a couple of cases of mlab.load
1820

1921
* fixed rec2csv win32 file handle bug from sf patch 2831018
2022

21-
* added two examples from Josh Hemann: examples/pylab_examples/barchart_demo2.py and
22-
examples/pylab_examples/boxplot_demo2.py
23+
* added two examples from Josh Hemann: examples/pylab_examples/barchart_demo2.py
24+
and examples/pylab_examples/boxplot_demo2.py
2325

24-
* handled sf bugs 2831556 and 2830525; better bar error messages and backend driver configs
26+
* handled sf bugs 2831556 and 2830525; better bar error messages and
27+
backend driver configs
2528

2629
* added miktex win32 patch from sf patch 2820194
2730

2831
* apply sf patches 2830233 and 2823885 for osx setup and 64 bit; thanks Michiel
2932

3033
2009-08-03 Fixed boilerplate.py so it doesn't break the ReST docs. - JKS
3134

32-
3335
2009-08-03 pylab no longer provides a load and save function. These
3436
are available in matplotlib.mlab, or you can use
3537
numpy.loadtxt and numpy.savetxt for text files, or np.save

release/osx/data/ReadMe.txt

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,45 @@
1-
Find file: ~/Desktop/
1+
matplotlib for MacOS X 10.3.9 or later and Python 2.5 and Python 2.6
2+
3+
matplotlib is a python 2D plotting library which produces publication
4+
quality figures in a variety of hardcopy formats and interactive
5+
environments across platforms. matplotlib can be used in python
6+
scripts, the python and ipython shell (ala matlab or mathematica), web
7+
application servers, and various graphical user interface toolkits.
8+
9+
Home page: <http://matplotlib.sourceforge.net/>
10+
11+
Before running matplotlib, you must install numpy. Binary installers
12+
for all these packages are available here:
13+
14+
<http://pythonmac.org/packages/py25-fat/index.html>.
15+
16+
*** Back Ends ***
17+
18+
You may use TkAgg or WXAgg back ends; Qt and GTK support is not
19+
provided in this package. By default this matplotlib uses TkAgg
20+
because Tcl/Tk is included with MacOS X.
21+
22+
If you wish to use WXAgg then:
23+
* Install wxPython from:
24+
<http://pythonmac.org/packages/py25-fat/index.html>.
25+
* Configure a matplotlibrc file, as described below.
26+
27+
For TkAgg you may use Apple's built-in Tcl/Tk or install your own 8.4.x
28+
29+
*** Configuring a matplotlibrc file ***
30+
31+
If you wish to change any matplotlib settings, create a file:
32+
~/.matplotlib/matplotlibrc
33+
34+
35+
that contains at least the following information. The values shown are
36+
the defaults in the internal matplotlibrc file; change them as you see
37+
fit:
38+
39+
# the default backend; one of GTK GTKAgg GTKCairo FltkAgg QtAgg TkAgg WXAgg
40+
# Agg Cairo GD GDK Paint PS PDF SVG Template
41+
backend : TkAgg
42+
interactive : False # see http://matplotlib.sourceforge.net/interactive.html
43+
44+
See also
45+
<http://matplotlib.sourceforge.net/users/customizing.html>

0 commit comments

Comments
 (0)