<div dir="ltr"><div dir="ltr"><div>Hi,</div><div><br></div><div>Are you plotting observational point data?  What are your lat/lons -- cell centers?</div><div><br></div><div>If I understand the issue correctly, and reading the docs for sf[XY]CellBounds:</div><div><br></div><div>    <a href="http://ncl.ucar.edu/Document/Graphics/Resources/sf.shtml#sfXCellBounds">http://ncl.ucar.edu/Document/Graphics/Resources/sf.shtml#sfXCellBounds</a></div><div><br></div><div>You need to calculate the bounds of the cells yourself. For example, if you have .25degree cells, <br>and know cell centers, that calculation is easy to come up with the 4 corner points. Not so easy if you have lat/lons and need cells of a specific are in meters.</div><div><br></div><div>Make sense?</div><div>Rick<br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 1, 2019 at 2:47 AM <<a href="mailto:G.Monte@isac.cnr.it">G.Monte@isac.cnr.it</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dears all,<br>
I have an issue with a map contouring set on "cell fill" mode. When I run<br>
the script I get the following message errors:<br>
<br>
fatal:ContourPlotDraw: The CellFill method for non-rectangular Mesh data<br>
requires vertices to be explicitly defined using the sf[XY]CellBounds<br>
resources<br>
fatal:ContourPlotDraw: draw error<br>
fatal:ContourPlotDraw: draw error<br>
fatal:PlotManagerDraw: error in plot draw<br>
fatal:_NhlPlotManagerDraw: Draw error<br>
<br>
The source ascii file consists of an array with three coloumns:<br>
1) the first one is latitude<br>
2) the second one is longitude<br>
3) the third one represents the punctual value I want to plot<br>
<br>
<br>
If I turn in "cnFillMode=AreaFill" it works, but the bounds of the cells<br>
are not kept by the contouring. I'm pretty sure that the problem will be<br>
over if I set sf[XY]CellBounds properly, but I really don't know how to<br>
do.<br>
<br>
I only succeeded in plotting my data as a panel plot, which is here<br>
attached for a rapid visualization. Moreover, I ask you if I could overlay<br>
these nine plots into a single map and solve my issue.<br>
<br>
Thanks in advance,<br>
Giulio Monte<br>
<br>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div>