Re: add new poly Marker

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Mon Mar 01 2010 - 08:37:35 MST

Hi Stera,

Your code looks correct.

You might have run into a weird optimization problem that we've seen
before with this type of code.

Is this on a Linux system by any chance? What version of NCL are you
using? You can email me offline with this information.

Thanks,

--Mary

On Feb 28, 2010, at 6:44 PM, moon wrote:

> Dear all ncl users
>
> I try to draw a new marker onto my map by using gsn_add_polymarker.
> But when I use function "NhlNewMarker" , the systerm says this
> line is
> error occurred.
>
> first = True
> new_index = NhlNewMarker(wks,"p",137,0.0,0.0,1.3125,1.5,0.0)
> first@gsMarkerIndex = new_index
> first@gsMarkerSizeF = 0.008
> first@gsMarkerColor = "Black"
>
> plot=gsn_csm_contour_map_ce(wks,sst(n,{minLat:maxLat},
> {minLon:maxLon}),res)
> dmark = gsn_add_polymarker(wks,plot,lonm(1),latm(1),first)
>
> Do you have any idea what did I do wrong?
>
> Thanks
>
> stera
>
>
>
> --
> 使用 Opera 革命性的电子邮件客户程序: http://www.opera.com/mail/
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Mar 1 08:37:46 2010

This archive was generated by hypermail 2.1.8 : Mon Mar 01 2010 - 08:49:37 MST