-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DF Plots: Error bars don't allow to set styles #7023
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
Thanks for the report. Any fix for this will have to follow #6834 which is refactoring the error bar code (doesn't fix this though). The |
I found this bug while trying to solve this problem. I'm new to trying to plot with Pandas. Although the style command does not work, you can still do what you want by using the fmt command like so: data.query('config==0').plot('numElectrons', 'stdX', yerr='errX', fmt='ko', label='Perfect X') |
|
|
Is this ever going to be fixed? |
If someone is able to. Could you submit a PR @Octoshape?
…On Thu, Dec 7, 2017 at 3:54 AM, Octoshape ***@***.***> wrote:
Is this ever going to be fixed?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7023 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABQHImIQLedbuRn-ghbz1HD0hRoWqNhuks5s97XYgaJpZM4B3QiJ>
.
|
With this code the style spec
'o'
is ignored when plotting error bars (#5638):The text was updated successfully, but these errors were encountered: