human-learn
human-learn copied to clipboard
Adding common accessor for changing Chart Title, Legend Names, x label, y label etc
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?
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?
Closing due to radio silence.