mantidproject / plotting-evaluation

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

SliceViewer features #1

Open martyngigg opened 7 years ago

martyngigg commented 7 years ago

Can matplotlib be used to implement all of the features we currently implement on the slice viewer:

martyngigg commented 7 years ago

A possibility here would be to simply take the SliceViewer as is and not port that to matplotlib if this is not going to work

lottiegreenwood commented 7 years ago

Re: NonOrthogonal Axes, that is demonstrated with Matplotlib in the DgsPlanner: http://docs.mantidproject.org/v3.7.1/interfaces/DGSPlanner.html

I think selecting an area of a plot to redraw is demonstrated here ok: http://matplotlib.org/examples/widgets/span_selector.html