Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming scrollbar widget label #1160

Closed
denglert opened this issue Feb 27, 2017 · 2 comments
Closed

Renaming scrollbar widget label #1160

denglert opened this issue Feb 27, 2017 · 2 comments
Assignees
Labels
type: bug Something isn't correct or isn't working
Milestone

Comments

@denglert
Copy link

Although one can rename the axis labels by

all_ds = all_ds.redim(cba=('cba', r'cos(b-a)'), tb=('tb', 'tan(b)'), mA_bin=('mA_bin', 'm_A [GeV]'))

the label is not changed accordingly when a scrollbar is created. E.g.:

a  = all_ds.to(hv.Points, kdims=['cba', 'tb'], vdims=[], groupby=['mA_bin'])

still shows mA_bin not m_A [GeV].

@philippjfr
Copy link
Member

Thanks, adding a Dimension.label is fairly recent so the sliders aren't using it yet.

@philippjfr philippjfr added this to the v1.7.0 milestone Feb 27, 2017
@philippjfr philippjfr self-assigned this Mar 4, 2017
@philippjfr philippjfr added the type: bug Something isn't correct or isn't working label Mar 4, 2017
@philippjfr
Copy link
Member

Fixed in #1205.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

No branches or pull requests

2 participants