You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is different from #163, the behavior is that if you try to plot a zero point (without any error) on a logscale (y) graph the error bar of the previous point is not plotting correctly, see the example where mini0 error bar is incorrect (desired behavior in mini1): https://imgur.com/a/lP75nwU
I expected the errorbar in mini0 for the first point to be as in mini1, not going to 0. As in my use case not plotting the point at 0 in logscale made sense I didn't expected it to impact the previous point error bar.
Operating system
No response
Matplotlib Version
3.4.3
Matplotlib Backend
No response
Python version
No response
Jupyter version
No response
Other libraries
No response
Installation
No response
Conda channel
No response
The text was updated successfully, but these errors were encountered:
So note that errorbar tries to draw the connecting line down to 1e-81 or whatever it sets the zero to, and the blue line down to 1e-81 covers the actual error bar...
Bug summary
Thank you for the amazing work!
The issue is different from #163, the behavior is that if you try to plot a zero point (without any error) on a logscale (y) graph the error bar of the previous point is not plotting correctly, see the example where mini0 error bar is incorrect (desired behavior in mini1):
https://imgur.com/a/lP75nwU
Code for reproduction
Actual outcome
Expected outcome
I expected the errorbar in mini0 for the first point to be as in mini1, not going to 0. As in my use case not plotting the point at 0 in logscale made sense I didn't expected it to impact the previous point error bar.
Operating system
No response
Matplotlib Version
3.4.3
Matplotlib Backend
No response
Python version
No response
Jupyter version
No response
Other libraries
No response
Installation
No response
Conda channel
No response
The text was updated successfully, but these errors were encountered: