Can't select invert_yaxis=True when combining hvplot and panel scrubber
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 124
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
Hi,
I am trying to invert my y-axis and it seems I can't do so when adding in a panel widget. When I add in the panel widget, I can't do .opts. Thus, I am forced to try to insert this option directly into .hvplot(invert_yaxis=True....) and the parameter is missing. Is there a way to work around this? The code that I am working with is shown below.

Contributor guide
Assessment
This issue has not been assessed yet.