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 Adeel Asghar, 5 years ago

Status: newaccepted

I think the current implementation only shows the very first curve.

comment:2 by massimo ceraolo, 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 Adeel Asghar, 5 years ago

Milestone: 2.0.01.14.0
Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.