Ticket #627 (closed: fixed)
Extend Python interface
Reported by: | Nick Draper | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | blocker | Milestone: | Iteration 18 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Extend the python interface in the following areas:
- Graph plotting: log scaling
- Graph plotting: ensure we can scale 2D and 3D graphs
- Accessing table workspace values
- Displaying table workspaces within Mantidplot
- Accessing WS instrument and detector classes (example - calculating solid angle for a spectrum from the sample position).
- Accessing WS log values from python
This is required to be completed before the user "python in mantid" courses
Change History
comment:6 Changed 11 years ago by Martyn Gigg
- Status changed from new to closed
- Resolution set to fixed
comment:7 Changed 11 years ago by Martyn Gigg
- Status changed from closed to reopened
- Resolution fixed deleted
comment:8 Changed 11 years ago by Martyn Gigg
- Status changed from reopened to closed
- Resolution set to fixed
comment:9 Changed 11 years ago by Martyn Gigg
- Status changed from closed to reopened
- Resolution fixed deleted
comment:10 Changed 11 years ago by Martyn Gigg
- Status changed from reopened to closed
- Resolution set to fixed
comment:11 Changed 11 years ago by Martyn Gigg
- Status changed from closed to reopened
- Resolution fixed deleted
comment:12 Changed 11 years ago by Martyn Gigg
comment:13 Changed 11 years ago by Martyn Gigg
comment:14 Changed 11 years ago by Martyn Gigg
comment:15 Changed 11 years ago by Martyn Gigg
comment:16 Changed 11 years ago by Martyn Gigg
- Status changed from reopened to closed
- Resolution set to fixed
comment:17 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 1475
Note: See
TracTickets for help on using
tickets.
(In [2497]) Added TableWorkspace to PythonAPI. This is quite minimal and unfortunately a bit clunky due to the templated nature of the retrieval functions and Boost Python limitations. Re #627