-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
error bars #3774
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
Comments
why don't you make a frame and just plot multiple series, see: http://pandas.pydata.org/pandas-docs/dev/visualization.html |
there's also |
Thank you, Yes, I have seen that, but that won't allow to have the time axis like On Thu, Jun 6, 2013 at 8:35 PM, Phillip Cloud [email protected]:
with best regards Sudheer Dr. Sudheer Joseph Scientist INDIAN NATIONAL CENTRE FOR OCEAN INFORMATION SERVICES (INCOIS)
|
@jreback i think a you can plot multiple series but u end up having to use the mpl api, which imho is partly why i use pandas...to avoid that beast as much as possible (even though it's power for producing publication graphics is kind of ridiculous). and what if u want to add a fill for example...again maybe this is already there, i haven't used plotting stuff in a while... |
maybe s = Series
equiv to:
bottom seems the right way to do this.... |
ok i will make an issue |
closed since there's now #3796. |
see #3796 |
Dear developers,
Is there a way to add error bar to a ts.plot object? for example I have a time series and I need to plot the standard deviation along with the data how do I do that ?
Thanks
Sudheer
The text was updated successfully, but these errors were encountered: