[ncl-talk] Boxplot line is invisible in the plot

Rashed Mahmood rashidcomsis at gmail.com
Sat May 25 09:58:21 MDT 2019


I think the issue is assigning proper values of quartile id's, e.g.:
yval(0,0)=sr1(2); Size of the lower stem.
yval(0,1)=sr1(*6*); First quartile.
yval(0,2)=sr1(8); Median.
yval(0,3)=sr1(*10*); Third quartile.
yval(0,4)=sr1(14); Size of upper stem.
,
I did change first three of the boxes as in the attached; the resulting
figure is also attached.

Hope that helps.
Rashed

On Fri, May 24, 2019 at 9:49 PM Atul Saini <atulsainimail at gmail.com> wrote:

> Hi,
>         I would like to know the missing part in my code which is leading
> to the missing lines in the boxplot in NCL. Please help the code and the
> data file is attached here and while running the code take care of changing
> the path of the data file "pr.djf.cx2.txt" in the code.
>
> Regards,
>
>
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190525/f004b17e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Boxplot_code.ncl
Type: application/octet-stream
Size: 5057 bytes
Desc: not available
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190525/f004b17e/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: box.png
Type: image/png
Size: 39457 bytes
Desc: not available
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190525/f004b17e/attachment.png>


More information about the ncl-talk mailing list