Hi,
I'm using Gauss 18 and Mac OS, however everytime I run graphprt
, it says "export failed for the file". My basic graph codes are following:
graphset;
_pmcolor={0,0,0,0,0,0,0,0,15};
_pdate="";
_pframe=0;
_pltype={1,6,2};
_plwidth=8;
_plegctl= {2 5 7 1};
_pcolor = {4 0 2};
_plegstr="r\000d\000dp";
xlabel("K");
ylabel("%");
_pcross={1};
ytics(-100,100,10,0);
graphprt("-c=1 -cf=alpha.eps");
xy(auxk,b_lrk*100~b_ldk*100~b_ldpk*100);
graphprt("-c=1 -cf=beta.eps");
xy(auxk,b_lrkd*100~b_ldkd*100~b_ldpkd*100);
end;
Is there anything wrong I did? or my OS does not support for eps export?
Thank you in advance.
1 Answer
0
The PQG graphics have been deprecated for some time. I would recommend that you use the newer graphics. We would be happy to help you migrate your code. It will probably be easier than you think and certainly look much nicer as well.
However, on macOS you can export one of the old PQG graphs to an EPS file by selecting File > Export > Encapsulated Postscript from the graph viewer's main menu.
Your Answer
1 Answer
The PQG graphics have been deprecated for some time. I would recommend that you use the newer graphics. We would be happy to help you migrate your code. It will probably be easier than you think and certainly look much nicer as well.
However, on macOS you can export one of the old PQG graphs to an EPS file by selecting File > Export > Encapsulated Postscript from the graph viewer's main menu.