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
Python 3.12.4 | packaged by conda-forge | (main, Jun 17 2024, 10:23:07) [GCC 12.3.0] on linux
Firefox 131.0
Description of expected behavior and the observed behavior
When changing the color of hvplot.errorbars, the small horizontal lines at the end of the whiskers do not change color. They remain black. This makes it hard to see them when using a dark theme. It is also not helpful when comparing two plots where the error bars overlap as it makes it unclear which end belongs to which plot.
The expected behaviour is that setting the color option changes the color of the whole whisker, i.e both vertical and horizontal lines.
A second issue is that the errorbars are not turned off by clicking on the legend. Usually clicking on the legend will dim the selected curve. This does not work with errorbars.
Complete, minimal, self-contained example code that reproduces the issue
These two plots show the same example data with two different background colors. The "dark" background is the preferred style, but the ends of the errorbars are barely visible. It is necessary to lighten the background color just to see them.
This plot shows one curve being dimmed by clicking on the legend. Only the scatter markers are dimmed, not the errorbars.
The text was updated successfully, but these errors were encountered:
ALL software version info
Description of expected behavior and the observed behavior
When changing the color of hvplot.errorbars, the small horizontal lines at the end of the whiskers do not change color. They remain black. This makes it hard to see them when using a dark theme. It is also not helpful when comparing two plots where the error bars overlap as it makes it unclear which end belongs to which plot.
The expected behaviour is that setting the color option changes the color of the whole whisker, i.e both vertical and horizontal lines.
A second issue is that the errorbars are not turned off by clicking on the legend. Usually clicking on the legend will dim the selected curve. This does not work with errorbars.
Complete, minimal, self-contained example code that reproduces the issue
Screenshots or screencasts of the bug in action
These two plots show the same example data with two different background colors. The "dark" background is the preferred style, but the ends of the errorbars are barely visible. It is necessary to lighten the background color just to see them.
This plot shows one curve being dimmed by clicking on the legend. Only the scatter markers are dimmed, not the errorbars.
The text was updated successfully, but these errors were encountered: