We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21b1ca commit 668a769Copy full SHA for 668a769
CHANGELOG
@@ -1,3 +1,6 @@
1
+2010-07-06 Tagging for mpl 1.0 at r8502
2
+
3
4
2010-07-05 Added Ben Root's patch to put 3D plots in arbitrary axes,
5
allowing you to mix 3d and 2d in different axes/subplots or
6
to have multiple 3D plots in one figure. See
doc/pyplots/tex_demo.png
-7.16 KB
examples/pylab_examples/tex_demo.py
@@ -29,5 +29,5 @@
29
title(r"\TeX\ is Number $\displaystyle\sum_{n=1}^\infty\frac{-e^{i\pi}}{2^n}$!",
30
fontsize=16, color='r')
31
grid(True)
32
-#savefig('tex_demo')
+savefig('tex_demo')
33
show()
lib/matplotlib/__init__.py
@@ -99,7 +99,7 @@
99
"""
100
from __future__ import generators
101
102
-__version__ = '1.0.0svn'
+__version__ = '1.0.0'
103
__revision__ = '$Revision$'
104
__date__ = '$Date$'
105
0 commit comments