Opened 5 years ago
Closed 5 years ago
#5561 closed defect (fixed)
OMEdit should show values also in case of identical curves
Reported by: | massimo ceraolo | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | normal | Milestone: | 1.14.0 |
Component: | OMEdit | Version: | |
Keywords: | Cc: |
Description
When hovering a plot OMEdit should show values also in case of identical curves.
Instead it does not, as can be seen from the following example, plotting in the same plot ramp1.y and gain1.y and hovering on the curves.
model Test Modelica.Blocks.Sources.Ramp ramp1(duration = 0.5); Modelica.Blocks.Math.Gain gain1(k = 1); equation connect(gain1.u, ramp1.y); end Test;
Change History (3)
comment:1 by , 5 years ago
Status: | new → accepted |
---|
comment:2 by , 5 years ago
The underlying request beyond this ticket is to show more than one value when curves are near to each other. This is what currently Dymola does.
However it is not so important, so I choose the "normal" priority.
comment:3 by , 5 years ago
Milestone: | 2.0.0 → 1.14.0 |
---|---|
Resolution: | → fixed |
Status: | accepted → closed |
Fixed in 8eee160/OpenModelica.
Note:
See TracTickets
for help on using tickets.
I think the current implementation only shows the very first curve.