|
From: <jd...@us...> - 2009-08-06 12:17:54
|
Revision: 7398
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7398&view=rev
Author: jdh2358
Date: 2009-08-06 12:17:45 +0000 (Thu, 06 Aug 2009)
Log Message:
-----------
final build of 0.99.0
Modified Paths:
--------------
branches/v0_99_maint/CHANGELOG
branches/v0_99_maint/release/osx/data/ReadMe.txt
Modified: branches/v0_99_maint/CHANGELOG
===================================================================
--- branches/v0_99_maint/CHANGELOG 2009-08-06 12:02:33 UTC (rev 7397)
+++ branches/v0_99_maint/CHANGELOG 2009-08-06 12:17:45 UTC (rev 7398)
@@ -1,8 +1,9 @@
-2009-08-06 Tagging the 0.99.0 release at svn r7395 - JDH
+2009-08-06 Tagging the 0.99.0 release at svn r7397 - JDH
* fixed an alpha colormapping bug posted on sf 2832575
- * fix typo in axes_divider.py. use nanmin, nanmax in angle_helper.py (patch by Christoph Gohlke)
+ * fix typo in axes_divider.py. use nanmin, nanmax in angle_helper.py
+ (patch by Christoph Gohlke)
* remove dup gui event in enter/leave events in gtk
@@ -10,7 +11,8 @@
* attach gtk events to mpl events -- fixes sf bug 2816580
- * applied sf patch 2815064 (middle button events for wx) and patch 2818092 (resize events for wx)
+ * applied sf patch 2815064 (middle button events for wx) and
+ patch 2818092 (resize events for wx)
* fixed boilerplate.py so it doesn't break the ReST docs.
@@ -18,10 +20,11 @@
* fixed rec2csv win32 file handle bug from sf patch 2831018
- * added two examples from Josh Hemann: examples/pylab_examples/barchart_demo2.py and
- examples/pylab_examples/boxplot_demo2.py
+ * added two examples from Josh Hemann: examples/pylab_examples/barchart_demo2.py
+ and examples/pylab_examples/boxplot_demo2.py
- * handled sf bugs 2831556 and 2830525; better bar error messages and backend driver configs
+ * handled sf bugs 2831556 and 2830525; better bar error messages and
+ backend driver configs
* added miktex win32 patch from sf patch 2820194
@@ -29,7 +32,6 @@
2009-08-03 Fixed boilerplate.py so it doesn't break the ReST docs. - JKS
-
2009-08-03 pylab no longer provides a load and save function. These
are available in matplotlib.mlab, or you can use
numpy.loadtxt and numpy.savetxt for text files, or np.save
Modified: branches/v0_99_maint/release/osx/data/ReadMe.txt
===================================================================
--- branches/v0_99_maint/release/osx/data/ReadMe.txt 2009-08-06 12:02:33 UTC (rev 7397)
+++ branches/v0_99_maint/release/osx/data/ReadMe.txt 2009-08-06 12:17:45 UTC (rev 7398)
@@ -1 +1,45 @@
-Find file: ~/Desktop/
\ No newline at end of file
+matplotlib for MacOS X 10.3.9 or later and Python 2.5 and Python 2.6
+
+matplotlib is a python 2D plotting library which produces publication
+quality figures in a variety of hardcopy formats and interactive
+environments across platforms. matplotlib can be used in python
+scripts, the python and ipython shell (ala matlab or mathematica), web
+application servers, and various graphical user interface toolkits.
+
+Home page: <http://matplotlib.sourceforge.net/>
+
+Before running matplotlib, you must install numpy. Binary installers
+for all these packages are available here:
+
+ <http://pythonmac.org/packages/py25-fat/index.html>.
+
+*** Back Ends ***
+
+You may use TkAgg or WXAgg back ends; Qt and GTK support is not
+provided in this package. By default this matplotlib uses TkAgg
+because Tcl/Tk is included with MacOS X.
+
+If you wish to use WXAgg then:
+* Install wxPython from:
+ <http://pythonmac.org/packages/py25-fat/index.html>.
+* Configure a matplotlibrc file, as described below.
+
+For TkAgg you may use Apple's built-in Tcl/Tk or install your own 8.4.x
+
+*** Configuring a matplotlibrc file ***
+
+If you wish to change any matplotlib settings, create a file:
+ ~/.matplotlib/matplotlibrc
+
+
+that contains at least the following information. The values shown are
+the defaults in the internal matplotlibrc file; change them as you see
+fit:
+
+# the default backend; one of GTK GTKAgg GTKCairo FltkAgg QtAgg TkAgg WXAgg
+# Agg Cairo GD GDK Paint PS PDF SVG Template
+backend : TkAgg
+interactive : False # see http://matplotlib.sourceforge.net/interactive.html
+
+See also
+<http://matplotlib.sourceforge.net/users/customizing.html>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|