Ticket #951 (closed: fixed)
PlotWorkspace expansions for multiple workspaces
Reported by: | Nick Draper | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 21 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
The Python interface needs to be expanded to simplify the user experience of plotting graphs from multiple WS.
Perhaps:
- allow a list of workspaces and indices to be given
- Provide a simple overplot command?
Change History
comment:3 Changed 11 years ago by Martyn Gigg
- Status changed from accepted to testing
- Resolution set to fixed
comment:4 Changed 11 years ago by Martyn Gigg
- Status changed from testing to reopened
- Resolution fixed deleted
comment:7 Changed 11 years ago by Martyn Gigg
- Status changed from accepted to testing
- Resolution set to fixed
comment:8 Changed 11 years ago by Russell Taylor
- Status changed from testing to reopened
- Resolution fixed deleted
When giving a list of workspaces, it's only plotting the last one in the list.
comment:10 Changed 11 years ago by Martyn Gigg
comment:12 Changed 11 years ago by Martyn Gigg
- Status changed from accepted to testing
- Resolution set to fixed
comment:14 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 1799
Note: See
TracTickets for help on using
tickets.
(In [3415]) Updated plotSpectrum and plotBin commands in Python to accept lists of both workspaces and indices. Fixes Re #951