I have created a temporary workaround for this!
1) Download the 3D Plots Tools Add In
2) Open in Add In Builder File -> Open Navigate to the file for 3D plots Use the drop down open button to open with add in builder
3) Navigate to Menu Items -> click on 3D plot tools
![AdamWinnifrith_0-1668707783602.png AdamWinnifrith_0-1668707783602.png](https://community.jmp.com/t5/image/serverpage/image-id/47435iEEDEB56D1C1D5779/image-size/medium?v=v2&px=400)
4) At line 74, comment out
s3dwins = filter( wins, Expr( checkifs3d ) );
and replace with:
s3dwins = wins;
As below:
![AdamWinnifrith_1-1668707810823.png AdamWinnifrith_1-1668707810823.png](https://community.jmp.com/t5/image/serverpage/image-id/47436i04B7CBAEE67CD7B3/image-size/medium?v=v2&px=400)
(This removes the requirement to only show scatter plots in the list of open windows)
5) Change the rotation axis to the z-axis as this works a lot better for Surface Plots using the below change (I've also found that a y angle of 180 works well
![AdamWinnifrith_2-1668707934470.png AdamWinnifrith_2-1668707934470.png](https://community.jmp.com/t5/image/serverpage/image-id/47437iBDBF46E357E3E305/image-size/medium?v=v2&px=400)
I'll try to come up with a nicer way of doing this and then push to the github!