Revision: 4757
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4757&view=rev
Author: mdboom
Date: 2007-12-17 07:41:47 -0800 (Mon, 17 Dec 2007)
Log Message:
-----------
Make filename match example.
Modified Paths:
--------------
branches/transforms/examples/symlog_demo.py
Modified: branches/transforms/examples/symlog_demo.py
===================================================================
--- branches/transforms/examples/symlog_demo.py 2007-12-17 15:41:34 UTC (rev
4756)
+++ branches/transforms/examples/symlog_demo.py 2007-12-17 15:41:47 UTC (rev
4757)
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from pylab import *
-dt = 1.0
+dt = 0.01
x = arange(-50.0, 50.0, dt)
y = arange(0, 100.0, dt)
@@ -25,5 +25,5 @@
grid(True)
ylabel('symlog both')
-savefig('log_demo')
+savefig('symlog_demo')
show()
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins