matplotlib
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| matplotlib [07/25/2015 19:48] – admin | matplotlib [07/25/2015 19:55] (current) – admin | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| - | Embedded matplotlib in a gui. **pylab** is a way of importing pyplot and most of numpy into the namespace. | + | Embedded matplotlib in a gui. **pylab** is a way of importing pyplot and most of numpy into the namespace. |
| + | |||
| + | This is equivalent to from pylab import *. Note that it imports numpy as np and pyplot as plt. | ||
| + | |||
| + | ipython --pylab | ||
| + | |||
| + | |||
| + | http:// | ||
| - | ipython --pylab (equivalent to from pylab import *) | ||
| - | | ||
| - | |||
matplotlib.1437853717.txt.gz · Last modified: by admin
