I am trying to build some data using pandas in an Ipython Notebook, and while it gives me an object, it does not actually display a graph. So it looks like this:
In [7]: pledge.Amount.plot() Out[7]: <matplotlib.axes.AxesSubplot at 0x9397c6c>
After that, the schedule should follow, but it just does not appear. I imported matplotlib, so no problem. Is there any other module I need to import?
python pandas ipython jupyter-notebook
chrisfs May 9 '12 at 6:45 2012-05-09 06:45
source share