[Thread Prev][Thread Next][Index]

Re: plot formatting question



Hi Will,
Yes, you can use overlay with ppl commands - you need to use
"PPL plot/overlay"  when you've made the ppl settings and finally
go to draw the plot line:

   yes? plot/i=1:100 i*sin(i/6)
   yes? plot/over/i=1:100/set    i*cos(i/12)
   yes? ppl pen 1,4
   yes? ppl plot/over     !  /over to complete the overlay plot

Another hint is that setting up axis labels and so forth is generally done
only on the first plot command, and  so you might use PPL commands
on the first plot call and then regular plot/overlay commands with /DASH,
/COLOR, and /THICKNESS to set the features of other plot lines:

   yes? plot/i=1:100/set i*sin(i/6)
   yes? ppl labset 0.3,0.08,0.3
   yes? ppl axlabp, 1,-1
   yes? ppl  ylab "modified SIN"
   yes? ppl plot

   yes? plot/over/i=1:100/THICK i*cos(i/12)
   yes? plot/over/i=1:100/color=green/dash=(0.6,0.2,0.1,0.2) 10*sin(i/5)


Will Lewis wrote:

> Hello Ferret Users,
>
> Is it possible to use the /overlay command (or something similar) in
> conjunction with PPL? I'd like to be able to control line color as well as dash
> characteristics, but the PPL PEN command only offers line thickness options. I
> can get the plot I want with the regular plot/overlay sequence, but then I'd
> also like to remove and add labels which only seems possible with the PPL
> structure. Any suggestions?
>
> thanks a lot,
> Will
>
> --
>
> ___
>
> William Lewis (welewis@students.wisc.edu, will@blue.meteor.wisc.edu)
> Department of Atmospheric Sciences / Center for Climatic Research
> University of Wisconsin -- Madison

--
Ansley Manke  Pacific Marine Environmental Laboratory  Seattle WA  (206)526-6246




[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement