#1530 closed defect (worksforme)
OMPlot: plotAll does not sort variables correctly
| Reported by: | Martin Sjölund | Owned by: | Adeel Asghar |
|---|---|---|---|
| Priority: | high | Milestone: | 1.12.0 |
| Component: | OMPlot | Version: | trunk |
| Keywords: | Cc: | Martin Sjölund |
Description
The expected order is:
r[8] r[9] r[10]
But the actual order is lexical, i.e.:
r[10] r[8] r[9]
Change History (4)
comment:1 by , 11 years ago
| Cc: | sjoelund.se, → sjoelund.se |
|---|---|
| Component: | → OMEdit |
| Milestone: | → Future |
| Owner: | changed from to |
| Status: | new → assigned |
| Version: | → trunk |
comment:2 by , 11 years ago
comment:3 by , 8 years ago
| Milestone: | Future → 1.12.0 |
|---|---|
| Resolution: | → worksforme |
| Status: | assigned → closed |
With OMEdit 1.12.0-beta3, I see the results in the correct order
comment:4 by , 8 years ago
| Component: | OMEdit → OMPlot |
|---|
This ticket is about OMPlot and not about OMEdit.
Question is do we really need sorting in OMPlot? It will make things slightly slower since we first need to read all variables, sort them and then plot them. Right now its just reading and plotting them depending on the order they are stored in the result file.
Note:
See TracTickets
for help on using tickets.

plotAll never sorts the variables. They are in the order they appear in the result file.