Closed fred4ets closed 1 year ago
As a work-around, you can manually call invalidate_and_redraw()
on the appropriate plot components in each of those change methods.
However the TextPlot
should probably do that automatically.
This may just be a matter of adding requires_redraw
metadata to the traits in TextPlot
(see #595)
As a work-around, you can manually call
invalidate_and_redraw()
on the appropriate plot components in each of those change methods.
I tried your hint, but unhappily, it does not fix the issue, nothing changes.
Hello,
I would like to change TextPlot color & font.
Initialization is ok, but when the color trait is changed for instance, the color is not changed in the display.
There is the same issue with the font trait.
Here's the CME.
Thanks in advance for any help.
Regards
Debian 10 x86_64, Python 3.7.3, ETS source code from git repo