Opened 12 years ago
Closed 12 years ago
#2259 closed defect (fixed)
an OMEdit plotting glitch
Reported by: | massimo ceraolo | Owned by: | Adeel Asghar |
---|---|---|---|
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 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Which revision you are using? I had fixed this in r16403.