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
Hi! I'm experiencing some issues while plotting error bars and using logarithmic scale on the y-axis.
As I understood from the docs, the ErrorBars(y=[...]) indicates the relative value of the error with respect to the Plot.
Consider the following example (normal scale):
Am I missing something? Is there a bug in the logarithmic scale? Maybe in pgfplots, or the output is processed wrongly by ErrorBars() in the logarithmic case? I just wanted to check, I believe the third plot is correct, but getting there is a bit fishy. Thanks.
The text was updated successfully, but these errors were encountered:
Hi! I'm experiencing some issues while plotting error bars and using logarithmic scale on the y-axis.
As I understood from the docs, the
ErrorBars(y=[...])
indicates the relative value of the error with respect to the Plot.Consider the following example (normal scale):
The output is correct, centered on y:
However, if I write
(note that I've reduce the errY, so that the outcome is always positive for the logarithmic scale), I get a wrong plot, there are no error bars:
Finally, if I do not assume relative error but absolute, I get what I want:
Am I missing something? Is there a bug in the logarithmic scale? Maybe in pgfplots, or the output is processed wrongly by ErrorBars() in the logarithmic case? I just wanted to check, I believe the third plot is correct, but getting there is a bit fishy. Thanks.
The text was updated successfully, but these errors were encountered: