[ncl-talk] gsn_contour_shade
Buzan, Jonathan R
jbuzan at purdue.edu
Mon Nov 7 08:33:36 MST 2016
Hi David,
I see no change in the density or size of my stipple pattern. I’ve tried various combinations:
opt = True
opt at gsnShadeFillType = "pattern"
opt at gsnShadeHigh = 17
opt at cnMonoFillScale = True
opt at cnFillScaleF = 0.1
; opt at cnMonoFillScale = False
; opt at cnFillScales = (/0,0,17/)
; opt at cnFillScaleF = 0.1
; opt at cnFillDotSizeF = 0.5
plots1 = gsn_contour_shade(plots1,minshade,maxshade,opt)
-Jonathan
> On Nov 4, 2016, at 6:25 PM, David Brown <dbrown at ucar.edu> wrote:
>
> You may actually want to use cnFillScaleF, the scalar resource that
> applies to all fill pattern instances in the plot when cnMonoFillScale
> is set True (the default).
> cnFillScales is the companion array resource that allows you to set
> different fill scalings (densities) for each contour fill level. For
> it to apply you need to set cnMonoFillScale to False.
> For stipple fill in particular you might also want to be aware of
> cnFillDotSizeF if you are not already.
> -dave
>
>
>
> On Fri, Nov 4, 2016 at 4:02 PM, Buzan, Jonathan R <jbuzan at purdue.edu> wrote:
>> Hello NCL-Talk,
>>
>> I am using the gsn_contour_shade command, with pattern 17 (stipple). I am attempting change the density of the stipple, however, the gsn_contour_shade page does not list any commands to do so.
>>
>> I tried, opt at cnFillScales = 0.5 but the command was not accepted and/or did not apply.
>>
>>
>> -Jonathan
>>
>>
>> _______________________________________________
>> 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