|
From: <fer...@us...> - 2009-03-18 19:44:35
|
Revision: 6994
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6994&view=rev
Author: fer_perez
Date: 2009-03-18 19:44:31 +0000 (Wed, 18 Mar 2009)
Log Message:
-----------
Add forgotten file
Added Paths:
-----------
trunk/py4science/examples/sphinx_template2/pyplots/fancy.py
Added: trunk/py4science/examples/sphinx_template2/pyplots/fancy.py
===================================================================
--- trunk/py4science/examples/sphinx_template2/pyplots/fancy.py (rev 0)
+++ trunk/py4science/examples/sphinx_template2/pyplots/fancy.py 2009-03-18 19:44:31 UTC (rev 6994)
@@ -0,0 +1,3 @@
+import matplotlib.pyplot as plt
+plt.plot([1,2,3], [4,5,6])
+plt.title(r'A great result with math! $x=1$')
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|