[ncl-talk] changing hatches line thickness

David Brown dbrown at ucar.edu
Fri Aug 5 16:14:56 MDT 2016


gsFillLineThicknessF does work, but only for polygon primitives. It
does not have any effect for contours, or any of the other plot
objects. There does not seem to be any reason why a
cnFillLineThicknessF resource could not be implemented however. We can
definitely put that on our to-do list. Historically the reason it
doesn't exist now is that it was thought to be more difficult to
implement than it actually turned out to be when it was implemented
for polygon primitives.
 -dave

On Fri, Aug 5, 2016 at 2:55 PM, Rick Brownrigg <brownrig at ucar.edu> wrote:
> Hi,
>
> I don't see a resource either under the contouring resources.  Under
> graphics-styles, there's verbage that suggests *maybe*  gsFillLineThicknessF
> would do the trick -- you might give it a shot.
>
> Wish I could be of more help...
> Rick
>
> On Fri, Aug 5, 2016 at 11:26 AM, Kyoko Ikeda <kyoko at ucar.edu> wrote:
>>
>> Hi ncl-talk,
>>
>> I am using gsn_contour_shade to fill an area with hatches after creating a
>> contour map with gsn_csm_contour. Although I can change the density of the
>> hatches with cnFillScaleF, I cannot find a way to change the hatches line
>> thickness. Could you please tell me if there is a resource for making the
>> change?  I tried gsnContourLineThicknessesScale but did not work.
>>
>> A part of my script is attached.
>>
>> thank you.
>>
>> Kyoko
>>
>> Kyoko Ikeda
>> RAL/HAP
>> National Center for Atmospheric Research
>> P.O. Box 3000, Boulder, CO 80307-3000
>> (303)497-2842
>>
>> _______________________________________________
>> ncl-talk mailing list
>> ncl-talk at ucar.edu
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>>
>
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>


More information about the ncl-talk mailing list