[ncl-talk] NCL Box function plot - Edwin

Adam Phillips asphilli at ucar.edu
Fri Aug 24 14:16:11 MDT 2018


Hi Stanley,
You could draw your extra boxes on a 2nd plot, and overlay the 2nd plot on
the first:
plot = boxplot(wks,x,yval,opti,res,llres)
; set appropriate resources
plot2 = boxplot(wks,x,yval2,opti,res,llres)
overlay(plot,plot2)
draw(plot)
frame(wks)

If the above doesn't help or if you have further questions please respond
to ncl-talk.
Adam

On Fri, Aug 24, 2018 at 1:54 PM Stanley Edwin <sedwin at alaska.edu> wrote:

> I am trying to use the box function plot to display hourly average
> inversions over a 24 hour day over a month. The biggest problem is the
> inversions are not continuous over the  day, but have hour or so gapps
> inbetween. the problem with using the box plot function is only one box per
> x index is allowed. How can i get the function, or what changes do i need
> to make, to get it to display multiple boxes on a single x-axis value or
> time step.
>
> Currently am doing only the beginning hour to the final, but need to show
> the gaps.
>
> Thank You
>
> Stanley G. Edwin
> UAF-Fairbanks
>
>
> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon> Virus-free.
> www.avast.com
> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link>
> <#m_5920881677207844153_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>


-- 
Adam Phillips
Associate Scientist,  Climate and Global Dynamics Laboratory, NCAR
www.cgd.ucar.edu/staff/asphilli/   303-497-1726

<http://www.cgd.ucar.edu/staff/asphilli>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20180824/6ad3054f/attachment.html>


More information about the ncl-talk mailing list