Ticket #1769 (closed: fixed)
SANS GUI: Show 2D data plot
Reported by: | Mathieu Doucet | Owned by: | Mathieu Doucet |
---|---|---|---|
Priority: | major | Milestone: | Iteration 25 |
Component: | Python | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Martyn Gigg |
Description
The 2D image currently shown on the SANS Reduction GUI is currently from an image file. We need to produce that image from the actual data.
Change History
comment:3 Changed 10 years ago by Mathieu Doucet
- Status changed from new to accepted
- Owner set to Mathieu Doucet
comment:4 Changed 10 years ago by Mathieu Doucet
- Status changed from accepted to verify
- Resolution set to fixed
Now uses Matplotlib to plot the data if both numpy and matplotlib are on the system. If not, the application will looks for an Images folder under the data file folder.
comment:5 Changed 10 years ago by Martyn Gigg
- Status changed from verify to verifying
- Tester set to Martyn Gigg
Note: See
TracTickets for help on using
tickets.
(In [6960]) 2D plotting from the data. Re #1769