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

Skip to content

Commit 6682a36

Browse files
committed
sync to 0.70
svn path=/trunk/matplotlib/; revision=847
1 parent a59743d commit 6682a36

5 files changed

Lines changed: 19 additions & 12 deletions

File tree

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
New entries should be added at the top
22

3+
====================================================================
4+
2004-12-30 Release 0.70
5+
36
2004-12-28 Added coord location to key press and added a
47
examples/picker_demo.py
58

DEVNOTES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ http://matplotlib.sourceforge.net
1717
mother> python process_docs.py
1818
mother> python convert.py
1919
mother> tar cvfz site.tar.gz *.html screenshots tut examples
20-
mother> scp htdocs/site.tar.gz [email protected]:/home/groups/m/ma/matplotlib/htdocs/
20+
mother> scp site.tar.gz [email protected]:/home/groups/m/ma/matplotlib/htdocs/
2121

2222
mother> ssh -l jdh2358 shell.sf.net
2323
sf> cd /home/groups/m/ma/matplotlib/htdocs

LICENSE/LICENSE

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LICENSE AGREEMENT FOR MATPLOTLIB 0.65.1
1+
LICENSE AGREEMENT FOR MATPLOTLIB 0.70
22
--------------------------------------
33

44
1. This LICENSE AGREEMENT is between the John D. Hunter ("JDH"), and the
@@ -9,30 +9,30 @@ documentation.
99
2. Subject to the terms and conditions of this License Agreement, JDH
1010
hereby grants Licensee a nonexclusive, royalty-free, world-wide license
1111
to reproduce, analyze, test, perform and/or display publicly, prepare
12-
derivative works, distribute, and otherwise use matplotlib 0.65.1
12+
derivative works, distribute, and otherwise use matplotlib 0.70
1313
alone or in any derivative version, provided, however, that JDH's
1414
License Agreement and JDH's notice of copyright, i.e., "Copyright (c)
1515
2002-2004 John D. Hunter; All Rights Reserved" are retained in
16-
matplotlib 0.65.1 alone or in any derivative version prepared by
16+
matplotlib 0.70 alone or in any derivative version prepared by
1717
Licensee.
1818

1919
3. In the event Licensee prepares a derivative work that is based on or
20-
incorporates matplotlib 0.65.1 or any part thereof, and wants to
20+
incorporates matplotlib 0.70 or any part thereof, and wants to
2121
make the derivative work available to others as provided herein, then
2222
Licensee hereby agrees to include in any such work a brief summary of
23-
the changes made to matplotlib 0.65.1.
23+
the changes made to matplotlib 0.70.
2424

25-
4. JDH is making matplotlib 0.65.1 available to Licensee on an "AS
25+
4. JDH is making matplotlib 0.70 available to Licensee on an "AS
2626
IS" basis. JDH MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
2727
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, JDH MAKES NO AND
2828
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
29-
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB 0.65.1
29+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB 0.70
3030
WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
3131

3232
5. JDH SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF MATPLOTLIB
33-
0.65.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR
33+
0.70 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR
3434
LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING
35-
MATPLOTLIB 0.65.1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF
35+
MATPLOTLIB 0.70, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF
3636
THE POSSIBILITY THEREOF.
3737

3838
6. This License Agreement will automatically terminate upon a material
@@ -44,6 +44,6 @@ Licensee. This License Agreement does not grant permission to use JDH
4444
trademarks or trade name in a trademark sense to endorse or promote
4545
products or services of Licensee, or any third party.
4646

47-
8. By copying, installing or otherwise using matplotlib 0.65.1,
47+
8. By copying, installing or otherwise using matplotlib 0.70,
4848
Licensee agrees to be bound by the terms and conditions of this License
4949
Agreement.

MANIFEST

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,8 @@ examples/object_picker.py
337337
examples/pcolor_demo.py
338338
examples/pcolor_demo2.py
339339
examples/pcolor_small.py
340+
examples/picker_demo.py
341+
examples/pie_demo.py
340342
examples/polar_demo.py
341343
examples/polar_scatter.py
342344
examples/poormans_contour.py
@@ -357,8 +359,10 @@ examples/subplot_demo.py
357359
examples/system_monitor.py
358360
examples/table_demo.py
359361
examples/text_handles.py
362+
examples/text_rotation.py
360363
examples/text_themes.py
361364
examples/to_numeric.py
365+
examples/toggle_images.py
362366
examples/two_scales.py
363367
examples/vertical_ticklabels.py
364368
examples/vline_demo.py

examples/backend_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def drive(backend, python='python2.3'):
104104

105105
times = {}
106106
#backends = ['Agg', 'Cairo', 'GDK', 'PS', 'SVG', 'Template']
107-
backends = ['Agg']
107+
backends = ['Agg', 'PS', 'SVG', 'Template']
108108
#backends = [ 'GTK', 'WX', 'TkAgg']
109109

110110
python = 'python2.3'

0 commit comments

Comments
 (0)