Revision: 6164
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6164&view=rev
Author:   efiring
Date:     2008-10-07 06:31:29 +0000 (Tue, 07 Oct 2008)

Log Message:
-----------
fix typos

Modified Paths:
--------------
    trunk/htdocs/interactive.html.template
    trunk/htdocs/whats_new.html.template

Modified: trunk/htdocs/interactive.html.template
===================================================================
--- trunk/htdocs/interactive.html.template      2008-10-07 00:50:17 UTC (rev 
6163)
+++ trunk/htdocs/interactive.html.template      2008-10-07 06:31:29 UTC (rev 
6164)
@@ -44,7 +44,7 @@
 
 <pre>
 peds-pc311:~> ipython -pylab
-Python 2.3.3 (#2, Apr 13 2004, 17:41:29) 
+Python 2.3.3 (#2, Apr 13 2004, 17:41:29)
 Type "copyright", "credits" or "license" for more information.
 
 IPython 0.6.5 -- An enhanced Interactive Python.
@@ -74,10 +74,10 @@
 /home/jdhunter/python/projects/matplotlib/examples/pylab
 >>> run simple_plot.py
 >>> title('a new title', color='r')
-</pre> 
+</pre>
 
 The pylab interface provides 4 commands that are useful for
-interactive control.  Note again that the interactgive setting
+interactive control.  Note again that the interactive setting
 primarily controls whether the figure is redrawn with each plotting
 command.  <a
 href=matplotlib.pyplot.html#-isinteractive>isinteractive</a> returns
@@ -109,7 +109,7 @@
 <pre>
   >>> import matplotlib
   >>> matplotlib.interactive(True)
-  >>> matplotlib.use('WX') 
+  >>> matplotlib.use('WX')
   >>> from matplotlib.pylab import *
   >>> plot([1,2,3])
   >>> xlabel('time (s)')
@@ -120,7 +120,7 @@
 
 <pre>
 backend      : Wx
-interactive  : True     
+interactive  : True
 </pre>
 
 

Modified: trunk/htdocs/whats_new.html.template
===================================================================
--- trunk/htdocs/whats_new.html.template        2008-10-07 00:50:17 UTC (rev 
6163)
+++ trunk/htdocs/whats_new.html.template        2008-10-07 06:31:29 UTC (rev 
6164)
@@ -12,7 +12,7 @@
 
 ('external backends', """backend developers and users can now use custom 
backends outside the matplotlib tree, by using the special syntax 
<pre>module://my_backend</pre> for the backend setting in the rc file, the use 
directive, or in -d command line argument to pylab/pyplot scripts"""),
 
-('findobj', """Introduced a recursive object search method to find all objects 
that meet some matching criterion, ef to find all text instances in a figure.  
See <a href=examples/pylab_examples/findobj_demo.py>fondobj_demo.py</a>"""),
+('findobj', """Introduced a recursive object search method to find all objects 
that meet some matching criterion, e.g. to find all text instances in a figure. 
 See <a href=examples/pylab_examples/findobj_demo.py>findobj_demo.py</a>"""),
 
 ('tons of bug fixes', """Many critical bugfixes affecting memory leaks, math 
rendering, UI specific problems and more.  For details, see the <a 
href=CHANGELOG>CHANGELOG</a>""")
 
@@ -67,7 +67,7 @@
 to <a href=matplotlib.patches.html#Arc-draw>elliptical arcs</a> in the
 viewport.  This provides a scale free, accurate graph of the arc
 regardless of zoom level.
-See <a href=screenshots.html#ellipse_demo>ellipse_demo 
+See <a href=screenshots.html#ellipse_demo>ellipse_demo
 screenshot</a>."""),
 
 ('imread enhanced', """<a href=matplotlib.image.html#-imread>imread</a> now 
will use PIL when available to load images and return numpy arrays"""),


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to