BCDA-APS / mdaviz

Data visualization for mda
https://bcda-aps.github.io/mdaviz/
Other
3 stars 0 forks source link

Add option to not update legend/title/label #84

Open rodolakis opened 5 months ago

rodolakis commented 5 months ago

At the moment the legend and title are updated every time the content of the plot is updated. The user can overwrite the default legend using the matplotlib menus. We may want to add an option to NOT update those after they have been customized (checkbox?).

prjemian commented 5 months ago

Idea:

Create a new class for the plot legend customizations. It is always called and makes the decision to use automatic selections or apply customizations.