Re: Problem with a panel plot

From: Adam Phillips <asphilli_at_nyahnyahspammersnyahnyah>
Date: Thu Mar 21 2013 - 10:58:46 MDT

Hi Luis,
I don't see anything wrong per se.. Are you sure that you are not
getting a few labels? Or that they are too small to see? If you could
send ncl-talk your graphic that would be helpful..
Adam

On 03/20/2013 09:43 AM, Luis Cesareo Cana Cascallar wrote:
> Hi Adam,
>
> following your suggestions the plot is almost done now!
>
> One last question:
> I've labeled the contours in the individual plots using these settings:
>
> ---------------------------------------------------------------------------------------------------
> ; Plotting Updrafts
> opts_up = res
> opts_up@cnLineColor = "Black" ; Set line color
> opts_up@cnLineThicknessF = 1.25
> opts_up@cnLineLabelsOn = True
> opts_up@cnLineLabelPerimOn = False
> opts_up@cnLineLabelFont = 22 ; Helvética-bold
> opts_up@ContourParameters = (/10.0,50.0,10.0/) ; Contour intervals
> cont_up=wrf_contour(a[0],wks,updraft,opts_up)
> delete(opts_up)
> ---------------------------------------------------------------------------------------------------
>
> But the labels are not plotted on the panel. What am I doing wrong? Why works for the plots and titles but it doesn't for the panel? Should I define the size of the fonts?
>
> Luis
>
> BTW, the warning about a font problem is still there:
>
> Fontconfig error: Cannot load default config file
>
> I've seen there is a hidden directory in my home directory called .fontconfig. Is it related with NCL?
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

-- 
______________________________________________________________
Adam Phillips                                asphilli@ucar.edu
NCAR/Climate and Global Dynamics Division       (303) 497-1726
P.O. Box 3000				
Boulder, CO 80307-3000    http://www.cgd.ucar.edu/cas/asphilli
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Mar 21 10:58:57 2013

This archive was generated by hypermail 2.1.8 : Fri Mar 22 2013 - 16:45:18 MDT