Opened 11 years ago

Closed 11 years ago

#2259 closed defect (fixed)

an OMEdit plotting glitch

Reported by: ceraolo Owned by: adeas31
Priority: normal Milestone: 1.9.0
Component: OMEdit Version: trunk
Keywords: Cc:

Description

In my computer numbers use comma as a decimal separator.
If the vertical scale of a variable goes from "2,25" up to "2,3", when plotting OMEdit shows the following tickmarks:

2.25 2,26 2,28 2,29 2,3

I.e. it uses dot character '.' for the first tick mark only.
This can be replicated (on r16251) using the following code:

model test
  Modelica.Blocks.Sources.Ramp 
  ramp1(height = 0.2, offset = 2.25, startTime = 0.5);
end test;

and plotting ramp1.y.


Change History (2)

comment:1 Changed 11 years ago by adeas31

Which revision you are using? I had fixed this in r16403.

comment:2 Changed 11 years ago by adeas31

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.