mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 13:00:07 +01:00
+ changed instances of time.clock to time.perf_counter (Python 3.3+) + Moved drawing of plot title and axes label to separate methods + Made drawing of axes labels a attribute of PlotCanvas. + Added ability to turn axes labels or plot title on and off individually + Added demo for this