Approximate translation:
When you open an external software (Illustrator) The Figure in EPS output in 2013a, character object was created as each one number multiple of numbers adjacent the axis scale.
However, in 2015b, these will be recognized as the same character object (and separated it is messed up).
For example, the X-axis,
0.0 0.1 0.2
If the memory is dumped and, in 2013a,
"0.0" "0.1" "0.2"
And although the character object has been created, respectively, in 2015a,
Or "0." to "0 0." "1 0.2"
"0.0 0.1" "1 0.2"
Such as, it will be made a character object that connects a number of adjacent partially. command
set (gca, 'TickLabelInterpreter', 'latex')
When put to slightly improved, but still inexplicable separated numbers will remain.
In particular, it is impressive in many cases be the point of origin of the decimal separator, but, Figure mysterious character objects to each drawn will be generated.
How can you sure you want Once you are in one of the numerical one in the Figure is neatly EPS output as one single character objects?
