human-learn icon indicating copy to clipboard operation
human-learn copied to clipboard

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

Open tvash opened this issue 4 years ago • 1 comments

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?

tvash avatar Jan 16 '21 01:01 tvash

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 avatar May 02 '21 08:05 koaning

Closing due to radio silence.

koaning avatar Sep 04 '22 07:09 koaning