Revision: 5774
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5774&view=rev
Author:   mdboom
Date:     2008-07-17 17:16:12 +0000 (Thu, 17 Jul 2008)

Log Message:
-----------
Reverting last (accidental) commit.

Modified Paths:
--------------
    trunk/matplotlib/examples/pylab_examples/quadmesh_demo.py

Modified: trunk/matplotlib/examples/pylab_examples/quadmesh_demo.py
===================================================================
--- trunk/matplotlib/examples/pylab_examples/quadmesh_demo.py   2008-07-17 
17:06:52 UTC (rev 5773)
+++ trunk/matplotlib/examples/pylab_examples/quadmesh_demo.py   2008-07-17 
17:16:12 UTC (rev 5774)
@@ -29,8 +29,6 @@
 ax = fig.add_subplot(121)
 ax.set_axis_bgcolor("#bdb76b")
 ax.pcolormesh(Qx,Qz,Z)
-ax.set_xscale('log')
-ax.set_yscale('log')
 ax.set_title('Without masked values')
 
 ax = fig.add_subplot(122)


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
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to