<div dir="ltr"><div>Hi Austin,</div><div><br></div><div>I ran Ngl.gc_inout examples in Python via Terminal and they work as expected. I'm using Python 3.7.3 with Anaconda, in Ubuntu 18.04.<br></div><div><br></div><div>Try to create a new environment with PyNGL e run the examples in this new environment. Maybe your environment has some inconsistency.<br></div><div><br></div><div>Best regards,</div><div><br></div><div>Mateus</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em qui, 5 de set de 2019 às 21:07, Austin Reed via pyngl-talk <<a href="mailto:pyngl-talk@ucar.edu" target="_blank">pyngl-talk@ucar.edu</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi there,<div><br></div><div>I am an undergraduate student working with PYNGL to sort through data (particularly precip.data) but I have been having issues with running one particular function of PyNgl on my local computer. That function is the Ngl.gc_inout function. I have tried each example on the Ngl.gc_inout page and each example has returned "None.", where it is supposed to return something else such as [1]. I have checked with other Ngl functions and they all seem to be working, it is just this one that is not producing the correct output. The main example is listed below. I currently have python 3.7.4 installed on my computer, and am using Anaconda Navigator 1.9.7, with PyNgl version 1.6.1. I have also checked with someone who has ran this same example on their local computer with PyNgl and she obtained the correct result, [1]. I don't have any idea as to why my computer would produce "None". If anybody has any insight/ideas about this I would greatly appreciate it!</div><div><br></div><div>Best, Austin Reed</div><div><br></div><div><pre style="color:rgb(0,0,0)">import Ngl

#---Point at center of diamond.
inout = <strong>Ngl.gc_inout</strong>(0.0, -2.0, \
                            [ 0.0,  1.0,  0.0, -1.0,  0.0], \
                            [-3.0, -2.0, -1.0, -2.0, -3.0] )
print(inout)
</pre><span style="color:rgb(0,0,0);font-family:arial,helvetica,sans-serif;font-size:medium">produces:</span><pre style="color:rgb(0,0,0)">[1]</pre><pre style="color:rgb(0,0,0)"><br></pre></div></div>
_______________________________________________<br>
pyngl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/pyngl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/pyngl-talk</a></blockquote></div>