nseymour has asked for the wisdom of the Perl Monks concerning the following question:
thanks!$dev="/cps"; for($i=1;$i<=$end;$i++) { pgbegin(0,$dev,1,1); pgenv($ra[$i]-0.05,$ra[$i]+0.05,$dec[$i]-0.05,$dec[$i]+0.05,1,0); pglabel('RA (J2000)','dec. (J2000)',$name[$i]); [plot stuff] pgend; system "mv pgplot.ps $name[$i]_dist.ps" }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: iterative use of pgplot producing large files
by jeffa (Bishop) on May 06, 2015 at 17:44 UTC | |
|
Re: iterative use of pgplot producing large files
by vinoth.ree (Monsignor) on May 06, 2015 at 05:11 UTC |