hvplot icon indicating copy to clipboard operation
hvplot copied to clipboard

Cannot set xlabel, ylabel on horizontal bar

Open droumis opened this issue 1 year ago • 3 comments

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

image

Specifying xlabel uses a wrong label

image

Specifying ylabel uses a different, wrong label

image

droumis avatar Nov 21 '22 15:11 droumis

Any update on this? Facing a similar issue with vertical bar.

LinuxIsCool avatar Aug 02 '23 18:08 LinuxIsCool

Sorry nevermind. I was labeling the wrong axis, my mistake, API is working fine.

LinuxIsCool avatar Aug 02 '23 18:08 LinuxIsCool

+1. Experiencing same issue when trying to make simple barh plot for Panel tutorials.

MarcSkovMadsen avatar Jan 27 '24 03:01 MarcSkovMadsen