|
From: <md...@us...> - 2008-07-17 17:16:31
|
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.
|