Open martyngigg opened 8 years ago
MantidPlot can currently draw sample log values and arbitrary text on a plot canvas. Is this possible with a matplotlib backend.
matplotlib
matplotlib defines the concept of artists and allows any arbitrary artists to be added to the canvas.
MantidPlot can currently draw sample log values and arbitrary text on a plot canvas. Is this possible with a
matplotlib
backend.