Skip to content

Commit 668a769

Browse files
committed
tagging for release 1.0
svn path=/trunk/matplotlib/; revision=8503
1 parent e21b1ca commit 668a769

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2010-07-06 Tagging for mpl 1.0 at r8502
2+
3+
14
2010-07-05 Added Ben Root's patch to put 3D plots in arbitrary axes,
25
allowing you to mix 3d and 2d in different axes/subplots or
36
to have multiple 3D plots in one figure. See

doc/pyplots/tex_demo.png

-7.16 KB
Loading

examples/pylab_examples/tex_demo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
title(r"\TeX\ is Number $\displaystyle\sum_{n=1}^\infty\frac{-e^{i\pi}}{2^n}$!",
3030
fontsize=16, color='r')
3131
grid(True)
32-
#savefig('tex_demo')
32+
savefig('tex_demo')
3333
show()

lib/matplotlib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"""
100100
from __future__ import generators
101101

102-
__version__ = '1.0.0svn'
102+
__version__ = '1.0.0'
103103
__revision__ = '$Revision$'
104104
__date__ = '$Date$'
105105

0 commit comments

Comments
 (0)