Ticket #4700 (closed: fixed)
Add a method to extract axis values to a sequence
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Andrei Savici |
Description
A small addition that will make life easier
Change History
comment:2 Changed 9 years ago by Martyn Gigg
Refs #4700. Workaround for CreateWorkspace and vertical axes
CreateWorkspace expects a string array for the Y axis. The worksaround transforms the input array into a string array before passing it in.
Changeset: 6f8c99e58cc3061a477422e3e96ab7c05833a042
comment:4 Changed 9 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:5 Changed 9 years ago by Andrei Savici
- Status changed from verify to verifying
- Tester set to Andrei Savici
Note: See
TracTickets for help on using
tickets.
Refs #4700. Add a method to extract axis values to an array.