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

Skip to content

Commit d9fcb44

Browse files
committed
more doc adds
svn path=/trunk/matplotlib/; revision=6551
1 parent 57d658c commit d9fcb44

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

doc/users/whats_new.rst

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@ What new in 0.98.4
1010
==============================
1111

1212
It's been four months since the last matplotlib release, and there are
13-
a lot of new features and bug-fixes
13+
a lot of new features and bug-fixes.
14+
15+
Thanks to Charlie Moad for testing and preparing the source release,
16+
including binaries for OS X and Windows for python 2.4 and 2.5 (2.6
17+
and 3.0 will not be available until numpy is available on those
18+
releases). Thanks to the many developers who contributed to this
19+
release, with contributions from Jae-Joon Lee, Michael Droettboom,
20+
Ryan May, Eric Firing, Manuel Metz, Jouni K. Seppaenen, Jeff Whitaker,
21+
Darren Dale, David Kaplan, Michiel de Hoon and many others who
22+
submitted patches
1423

1524
.. _legend-refactor:
1625

@@ -40,6 +49,22 @@ boxes and connectors in annotations. See
4049

4150
.. _psd-amplitude:
4251

52+
53+
Native OS X backend
54+
--------------------
55+
56+
Michiel de Hoon has provided a native Mac OSX backend that is almost
57+
completely implemented in C. The backend can therefore use Quartz
58+
directly and, depending on the application, can be orders of magnitude
59+
faster than the existing backends. In addition, no third-party
60+
libraries are needed other than Python and NumPy. The backend is
61+
interactive from the usual terminal application on Mac using regular
62+
Python. It hasn't been tested with ipython yet, but in principle it
63+
should to work there as well. Set 'backend : macosx' in your
64+
matplotlibrc file, or run your script with::
65+
66+
> python myfile.py -dmacosx
67+
4368
psd amplitude scaling
4469
-------------------------
4570

0 commit comments

Comments
 (0)