Opened 14 years ago

Closed 7 years ago

Last modified 7 years ago

#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 Per Östlund, 10 years ago

Cc: sjoelund.se, → sjoelund.se
Component: OMEdit
Milestone: Future
Owner: changed from Martin Sjölund to Adeel Asghar
Status: newassigned
Version: trunk

comment:2 by Adeel Asghar, 10 years ago

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

comment:3 by Francesco Casella, 7 years ago

Milestone: Future1.12.0
Resolution: worksforme
Status: assignedclosed

With OMEdit 1.12.0-beta3, I see the results in the correct order

comment:4 by Adeel Asghar, 7 years ago

Component: OMEditOMPlot

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.