﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2259	an OMEdit plotting glitch	massimo ceraolo	Adeel Asghar	"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.


 "	defect	closed	normal	1.9.0	OMEdit	trunk	fixed		
