1
0
Fork 0

nicer green

giza
Jeff Moe 2022-07-27 23:41:18 -06:00
parent 7f73458487
commit b55690131b
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ void plot_apex(float h,float beta)
if (theta==0.0)
cpgmove((float) rx,(float) ry);
else
cpgsci(3);
cpgsci(9);
cpgpt1((float) rx,(float) ry, 1);
}
cpgsci(1);