<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I am suffering from a grave problem that i have tried to install pyngl using the conda as in the pngl webpage but import ngl works while import nio doesnot work what might be the problem could you please help me i am using centos7. while i run the script then
 error importing in nio appears i am in trouble. </div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="signature">Subash Rimal
<div>Meteorologist</div>
<div>Met Forecasting Division</div>
<div>Airport</div>
<div>
<div id="appendonsend"></div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> ncl-talk <ncl-talk-bounces@ucar.edu> on behalf of ncl-talk-request@ucar.edu <ncl-talk-request@ucar.edu><br>
<b>Sent:</b> Monday, February 18, 2019 12:45 AM<br>
<b>To:</b> ncl-talk@ucar.edu<br>
<b>Subject:</b> ncl-talk Digest, Vol 183, Issue 27</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="PlainText">Send ncl-talk mailing list submissions to<br>
        ncl-talk@ucar.edu<br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
or, via email, send a message with subject or body 'help' to<br>
        ncl-talk-request@ucar.edu<br>
<br>
You can reach the person managing the list at<br>
        ncl-talk-owner@ucar.edu<br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of ncl-talk digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Placing numbers above the bars (Barry Lynn)<br>
   2. Re: Placing numbers above the bars (Rick Brownrigg)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sun, 17 Feb 2019 08:05:15 +0200<br>
From: Barry Lynn <barry.h.lynn@gmail.com><br>
To: ncl-talk <ncl-talk@ucar.edu><br>
Subject: [ncl-talk] Placing numbers above the bars<br>
Message-ID:<br>
        <CAN7Bv26EXDOsUJOEtvhxDpzPfL6HZtyvfGBwmHhZ9X-8m+otMA@mail.gmail.com><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hello:<br>
<br>
I have a bar chart attached.<br>
<br>
I would like to place a number (I will generate it) above the position of<br>
the bar highest bar, centered at each labeled (x-axis) interval.<br>
<br>
Is there a straightforward way to do this?<br>
<br>
Thanks,<br>
<br>
Barry<br>
<br>
-- <br>
Barry H. Lynn, Ph.D<br>
Senior Associate Scientist, Lecturer,<br>
The Institute of the Earth Science,<br>
The Hebrew University of Jerusalem,<br>
Givat Ram, Jerusalem 91904, Israel<br>
Tel: 972 547 231 170<br>
Fax: (972)-25662581<br>
<br>
C.E.O, Weather It Is, LTD<br>
Weather and Climate Focus<br>
<a href="http://weather-it-is.com">http://weather-it-is.com</a><br>
Jerusalem, Israel<br>
Local: 02 930 9525<br>
Cell: 054 7 231 170<br>
Int-IS: x972 2 930 9525<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190217/f7c585bb/attachment-0001.html">http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190217/f7c585bb/attachment-0001.html</a>><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: LPI_Exceedance.png<br>
Type: image/png<br>
Size: 128392 bytes<br>
Desc: not available<br>
URL: <<a href="http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190217/f7c585bb/attachment-0001.png">http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190217/f7c585bb/attachment-0001.png</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sun, 17 Feb 2019 09:16:06 -0700<br>
From: Rick Brownrigg <brownrig@ucar.edu><br>
To: Barry Lynn <barry.h.lynn@gmail.com><br>
Cc: ncl-talk <ncl-talk@ucar.edu><br>
Subject: Re: [ncl-talk] Placing numbers above the bars<br>
Message-ID:<br>
        <CAGKRhbH0v7XtdxCX6Mc99kpiZgVXgW6AZu8qxEQZQkxV6Ybo6g@mail.gmail.com><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi Barry,<br>
<br>
You might be able to use "datatondc()" to get the NDC coordinates of the<br>
tops of the bars, and then use gsn_text_ndc() to draw your annotation<br>
(applying a small offset in x and/or y direction to properly position it).<br>
The example on the datatondc() does something similar, but with markers<br>
rather than text.<br>
<br>
    <a href="http://ncl.ucar.edu/Document/Functions/Built-in/datatondc.shtml">http://ncl.ucar.edu/Document/Functions/Built-in/datatondc.shtml</a><br>
    <a href="http://ncl.ucar.edu/Document/Graphics/Interfaces/gsn_text_ndc.shtml">
http://ncl.ucar.edu/Document/Graphics/Interfaces/gsn_text_ndc.shtml</a><br>
<br>
Hope that helps...<br>
Rick<br>
On Sat, Feb 16, 2019 at 11:05 PM Barry Lynn <barry.h.lynn@gmail.com> wrote:<br>
<br>
> Hello:<br>
><br>
> I have a bar chart attached.<br>
><br>
> I would like to place a number (I will generate it) above the position of<br>
> the bar highest bar, centered at each labeled (x-axis) interval.<br>
><br>
> Is there a straightforward way to do this?<br>
><br>
> Thanks,<br>
><br>
> Barry<br>
><br>
> --<br>
> Barry H. Lynn, Ph.D<br>
> Senior Associate Scientist, Lecturer,<br>
> The Institute of the Earth Science,<br>
> The Hebrew University of Jerusalem,<br>
> Givat Ram, Jerusalem 91904, Israel<br>
> Tel: 972 547 231 170<br>
> Fax: (972)-25662581<br>
><br>
> C.E.O, Weather It Is, LTD<br>
> Weather and Climate Focus<br>
> <a href="http://weather-it-is.com">http://weather-it-is.com</a><br>
> Jerusalem, Israel<br>
> Local: 02 930 9525<br>
> Cell: 054 7 231 170<br>
> Int-IS: x972 2 930 9525<br>
><br>
> _______________________________________________<br>
> ncl-talk mailing list<br>
> ncl-talk@ucar.edu<br>
> List instructions, subscriber options, unsubscribe:<br>
> <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190217/78ca1225/attachment-0001.html">http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190217/78ca1225/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
ncl-talk mailing list<br>
ncl-talk@ucar.edu<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br>
<br>
------------------------------<br>
<br>
End of ncl-talk Digest, Vol 183, Issue 27<br>
*****************************************<br>
</div>
</span></font></div>
</div>
</div>
</body>
</html>