hvplot icon indicating copy to clipboard operation
hvplot copied to clipboard

Can't select invert_yaxis=True when combining hvplot and panel scrubber

Open joestitty opened this issue 3 years ago • 0 comments

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.

image

joestitty avatar Jul 13 '22 22:07 joestitty