plot¬ - how to display less numbers after dot

F_Dos's icon

the plot object is displaying 4 numbers after dot, how can I reduced it to 2 ?

F_Dos's icon
F_Dos's icon

another question is how to make both axes (blue and red) to display numbers and not only the right hand one(red)?

Source Audio's icon

read help file from a - z.

you can not control float precision in plot,

or at least I don't know how.

F_Dos's icon

Yes I did not see that option in plot~ help but thought perhups there is another way

Source Audio's icon

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.

F_Dos's icon

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 ...

Source Audio's icon
F_Dos's icon

How did you did so?

Source Audio's icon

as I suggested: disable value display in plot~

place anything for the values on top of it,like comment, or jit.cellblock ...

F_Dos's icon

Now I understand! Thanks!!