plot¬ - how to display less numbers after dot
the plot object is displaying 4 numbers after dot, how can I reduced it to 2 ?
another question is how to make both axes (blue and red) to display numbers and not only the right hand one(red)?
read help file from a - z.
you can not control float precision in plot,
or at least I don't know how.
Yes I did not see that option in plot~ help but thought perhups there is another way
you can disable value display in plot and place it yourself as list.
it is only 5 numbers.
If this is for that coll to plot you asked in one of
quite few threads today, then there will be only 1 plot
display included anyway.
If this is for that coll to plot you asked in one of
Yes.. I think I will manage with those 4 numbers after dot ...
How did you did so?
as I suggested: disable value display in plot~
place anything for the values on top of it,like comment, or jit.cellblock ...

Now I understand! Thanks!!
