Revision: 8711
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8711&view=rev
Author:   mdboom
Date:     2010-09-20 16:58:14 +0000 (Mon, 20 Sep 2010)

Log Message:
-----------
Fix clipped text in example.

Modified Paths:
--------------
    branches/v1_0_maint/examples/pylab_examples/accented_text.py

Modified: branches/v1_0_maint/examples/pylab_examples/accented_text.py
===================================================================
--- branches/v1_0_maint/examples/pylab_examples/accented_text.py        
2010-09-18 04:29:24 UTC (rev 8710)
+++ branches/v1_0_maint/examples/pylab_examples/accented_text.py        
2010-09-20 16:58:14 UTC (rev 8711)
@@ -11,6 +11,7 @@
 """
 from pylab import *
 
+axes([0.1, 0.15, 0.8, 0.75])
 plot(range(10))
 
 title(r'$\ddot{o}\acute{e}\grave{e}\hat{O}\breve{i}\bar{A}\tilde{n}\vec{q}$', 
fontsize=20)


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

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to