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

Setting the names of x axis and y axis #2833

Closed
pedroallenrevez opened this issue Jun 26, 2018 · 1 comment
Closed

Setting the names of x axis and y axis #2833

pedroallenrevez opened this issue Jun 26, 2018 · 1 comment

Comments

@pedroallenrevez
Copy link

Right now in order to change the name of the axis you have lots of ways to do it:

  • Sending in a tuple (col, col_name) to any hv.Callback
  • redim.label
  • finalize hooks
  • and possibly many others that I'm not aware of

I think it would greatly simplify things for the user if one could pass x_label and y_label to the callback.

Thanks.

@philippjfr
Copy link
Member

xlabel and ylabel are now supported as plot options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants