From: <jd...@us...> - 2010-07-06 13:56:37
|
Revision: 8503 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8503&view=rev Author: jdh2358 Date: 2010-07-06 13:56:31 +0000 (Tue, 06 Jul 2010) Log Message: ----------- tagging for release 1.0 Modified Paths: -------------- trunk/matplotlib/CHANGELOG trunk/matplotlib/doc/pyplots/tex_demo.png trunk/matplotlib/examples/pylab_examples/tex_demo.py trunk/matplotlib/lib/matplotlib/__init__.py Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2010-07-06 08:50:34 UTC (rev 8502) +++ trunk/matplotlib/CHANGELOG 2010-07-06 13:56:31 UTC (rev 8503) @@ -1,3 +1,6 @@ +2010-07-06 Tagging for mpl 1.0 at r8502 + + 2010-07-05 Added Ben Root's patch to put 3D plots in arbitrary axes, allowing you to mix 3d and 2d in different axes/subplots or to have multiple 3D plots in one figure. See Modified: trunk/matplotlib/doc/pyplots/tex_demo.png =================================================================== (Binary files differ) Modified: trunk/matplotlib/examples/pylab_examples/tex_demo.py =================================================================== --- trunk/matplotlib/examples/pylab_examples/tex_demo.py 2010-07-06 08:50:34 UTC (rev 8502) +++ trunk/matplotlib/examples/pylab_examples/tex_demo.py 2010-07-06 13:56:31 UTC (rev 8503) @@ -29,5 +29,5 @@ title(r"\TeX\ is Number $\displaystyle\sum_{n=1}^\infty\frac{-e^{i\pi}}{2^n}$!", fontsize=16, color='r') grid(True) -#savefig('tex_demo') +savefig('tex_demo') show() Modified: trunk/matplotlib/lib/matplotlib/__init__.py =================================================================== --- trunk/matplotlib/lib/matplotlib/__init__.py 2010-07-06 08:50:34 UTC (rev 8502) +++ trunk/matplotlib/lib/matplotlib/__init__.py 2010-07-06 13:56:31 UTC (rev 8503) @@ -99,7 +99,7 @@ """ from __future__ import generators -__version__ = '1.0.0svn' +__version__ = '1.0.0' __revision__ = '$Revision$' __date__ = '$Date$' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |