Ticket #756 (closed: fixed)
instrument display: Colour map log and square scaling
Reported by: | Nick Draper | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | minor | Milestone: | Iteration 18 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Add the ability to scale the colour map using log and square scales as well as linear.
Squares goes 1, 4, 9, 16, 25, 35 .. % of maximum
Change History
comment:2 Changed 11 years ago by Martyn Gigg
- Status changed from new to closed
- Resolution set to fixed
comment:3 Changed 11 years ago by Martyn Gigg
- Status changed from closed to reopened
- Resolution fixed deleted
comment:4 Changed 11 years ago by Martyn Gigg
- Status changed from reopened to closed
- Resolution set to fixed
comment:5 Changed 11 years ago by Martyn Gigg
- Status changed from closed to reopened
- Resolution fixed deleted
comment:9 Changed 11 years ago by Martyn Gigg
- Status changed from reopened to closed
- Resolution set to fixed
comment:10 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 1604
Note: See
TracTickets for help on using
tickets.
The square scaling is going to take much more effect since the Qwt scale engine can only handle linear and log10 scaling. The squares and any other scaling will require implementing a new engine so I have split of a new ticket, #771, for this.