hvplot
hvplot copied to clipboard
Can't select invert_yaxis=True when combining hvplot and panel scrubber
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.