mantidproject / plotting-evaluation

Contains prototypes for evaluating future plotting packages in Mantid
0 stars 0 forks source link

Custom text/labels on the canvas #3

Open martyngigg opened 7 years ago

martyngigg commented 7 years ago

MantidPlot can currently draw sample log values and arbitrary text on a plot canvas. Is this possible with a matplotlib backend.

martyngigg commented 7 years ago

matplotlib defines the concept of artists and allows any arbitrary artists to be added to the canvas.