enthought / chaco

Chaco is a Python package for building interactive and custom 2-D plots.
http://docs.enthought.com/chaco/
Other
291 stars 101 forks source link

Update TextPlot when color, font or other aesthetics change. #905

Closed corranwebster closed 1 year ago

corranwebster commented 1 year ago

Forces recreation of all the Label objects, which is suboptimal, but since this uses Label instances this is not a highly performant plot in any case.

Fixes #729

fred4ets commented 1 year ago

Thanks a lot!