Ticket #1278 (closed: fixed)
MantidPlot: Take notice of the user preference for graph line style
| Reported by: | Russell Taylor | Owned by: | Roman Tolchenov | 
|---|---|---|---|
| Priority: | critical | Milestone: | Iteration 23 | 
| Component: | Keywords: | ||
| Cc: | Blocked By: | ||
| Blocking: | Tester: | 
Description
From Laurent:
even by changing in the preferences the default plotting to line rather than horizontal steps, I still get all the Mantid plots as horizontal steps. Is this changeable by any means?
The line style is hard-coded according to the data type, but we should see if an explicit preference has been set first.
Change History
comment:5 Changed 10 years ago by Roman Tolchenov
- Status changed from accepted to testing
- Resolution set to fixed
Note: See
        TracTickets for help on using
        tickets.
    

(In [4691]) Quick fix: Plot a spectrum as a line if the underlying data is a distribution. Should still change to take user preference into account though. Re #1278.