[Numpy-svn] r5250 - trunk/numpy/doc

numpy-svn at scipy.org numpy-svn at scipy.org
Tue Jun 3 18:36:24 EDT 2008


Author: stefan
Date: 2008-06-03 17:36:09 -0500 (Tue, 03 Jun 2008)
New Revision: 5250

Modified:
   trunk/numpy/doc/HOWTO_DOCUMENT.txt
Log:
Update examples section.


Modified: trunk/numpy/doc/HOWTO_DOCUMENT.txt
===================================================================
--- trunk/numpy/doc/HOWTO_DOCUMENT.txt	2008-06-03 21:24:24 UTC (rev 5249)
+++ trunk/numpy/doc/HOWTO_DOCUMENT.txt	2008-06-03 22:36:09 UTC (rev 5250)
@@ -309,9 +309,10 @@
       <BLANKLINE>
       b
 
-    The examples may assume that ``import numpy`` is executed before
-    the example code in *numpy*, and ``import scipy`` in *scipy*, but
-    other modules used should be explicitly imported.
+    The examples may assume that ``import numpy as np`` is executed before
+    the example code in *numpy*, and ``import scipy as sp`` in *scipy*.
+    Additional examples may make use of *matplotlib* for plotting, but should
+    import it explicitly, e.g., ``import matplotlib.pyplot as plt``.
 
 11. **Indexing tags***
 




More information about the Numpy-svn mailing list