Re: Problem with a panel plot (Adam Philips)

From: Luis Cesareo Cana Cascallar <luis.cana_at_nyahnyahspammersnyahnyah>
Date: Wed Mar 20 2013 - 09:43:24 MDT

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
Received on Wed Mar 20 09:43:43 2013

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