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

Atul Saini atulsainimail at gmail.com
Sat May 25 10:27:57 MDT 2019


Thanks Rashed Mahmood, I overlooked it. Your suggestion works.

Regards,





On Sat, May 25, 2019 at 9:28 PM Rashed Mahmood <rashidcomsis at gmail.com>
wrote:

> 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/ee1288a5/attachment.html>


More information about the ncl-talk mailing list