Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what is the easiest way to plot a timeseries and dataframe? #28

Closed
triplechess opened this issue Jan 11, 2011 · 2 comments
Closed

what is the easiest way to plot a timeseries and dataframe? #28

triplechess opened this issue Jan 11, 2011 · 2 comments

Comments

@triplechess
Copy link

it looks like ts.plot and df.plot is not implemented yet. I watched Wes's PyCon 2010 video where he use some functions fplot (presumably it is defined in the pycon_demo.py that was run at the beginning of the demo). pandas is a great package. Hope it will be kept active and keep expanding. Great work. Thanks.

@wesm
Copy link
Member

wesm commented Jan 11, 2011

Here is fplot from pycon_demo.py, no joke =)

def fplot(series):
    figure()
    series.plot()

If you have a TimeSeries or a DataFrame, just calling .plot() should work...let me know if you have problems (you might need to type show() depending on how you're setup-- I recommend using IPython in pylab mode).

I do plan to keep expanding pandas... I'm hoping the scientific Python development community can get its act together regarding pandas-like packages (or decide to use pandas) as that will be a benefit to the users...

If you get the appetite feel free to fork the project on github and make pull requests...

@wesm
Copy link
Member

wesm commented Jan 29, 2011

Closing the issue

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants