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

Adding common accessor for changing Chart Title, Legend Names, x label, y label etc #49

Closed
tvash opened this issue Jan 16, 2021 · 2 comments

Comments

@tvash
Copy link

tvash commented Jan 16, 2021

Currently, the library does not support adding custom title rather the x and y labels passed to the Interactive chart becomes the title

self.plot = figure(width=width, height=height, title=f"{x} vs. {y}")

as shown above we can add common accessors to deal with this?

@koaning
Copy link
Owner

koaning commented May 2, 2021

Since the charts are meant to be temporary tools to draw shapes for the classifier it didn't occur to me that folks would want to change the title. Could you explain the use-case a bit more?

@koaning
Copy link
Owner

koaning commented Sep 4, 2022

Closing due to radio silence.

@koaning koaning closed this as completed Sep 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants