hvplot
hvplot copied to clipboard
Cannot set xlabel, ylabel on horizontal bar
ALL software version info
hvplot-0.8.1
Description of expected behavior and the observed behavior
Cannot set xlabel, ylabel on horizontal bar
Complete, minimal, self-contained example code that reproduces the issue
mpg = pd.read_csv('https://raw.githubusercontent.com/tidyverse/ggplot2/master/data-raw/mpg.csv')
Without specifying an axis label
Specifying xlabel uses a wrong label
Specifying ylabel uses a different, wrong label
Any update on this? Facing a similar issue with vertical bar.
Sorry nevermind. I was labeling the wrong axis, my mistake, API is working fine.
+1. Experiencing same issue when trying to make simple barh plot for Panel tutorials.