Decimals on y axis on plots
I use a simple JMP add-in that outputs some plots. Is there anything I could do to change the decimal precision of the y-axis without having to manually adjust it each time? How it is now:
how i would like it : The script that i use is this :
gb1 = Expr(
Graph Builder(
Size( 635, 338 ),
invisible,
Show Control Panel( 0 ),
Variables( X( :Time Point Mont
...