I am having a problem that looks like it is specific to my computer. I am running jmp 11.2 on windows 8.1 (64 bit).
It doesn't happen on my colleagues' setup so I figure there is a setting somewhere I am missing. Here it is how to reproduce it....
Use the following code to create a trivial table, plot and then save the plot to my pc....
ttt = New Table( "test", Add Rows( 2 ), New Column( "DDD", Set Values( [1, 2] )), New Column( "EEE", Set Values( [3, 4] )));
vvv = ttt << Bivariate( Y( :DDD ), X( :EEE ) );
ppp = vvv << Get Picture;
ppp << Save Picture("c:\Temp\test.png",PNG);
When I look at the saved picture, it is cut off....
I am finding that every time I save a picture it is always cut off when I save it.