I have a problem creating plots while running MATHEMATICA in batch mode on a supercomputing cluster. One simple example is: Clear["`*"]; tableA1={ {1,1,5},{1,2,6}, {2,1,7},{2,2,8}}; plotA1=ListPointPlot3D[tableA1,AxesLabel->{z,y,Ψ[w[z],y]},AxesStyle->Directive[Black...