a right y-axis title for gsn_csm_contour?

From: Jonathan Vigh <vigh_at_nyahnyahspammersnyahnyah>
Date: Tue, 27 Nov 2007 17:53:44 +0000

Greetings,
    I'm using gsn_csm_contour to make a panel plot and I'd like to have
put a different y-axis on the right side. This is possible using:

; Explicit tickmarks for a second
     res_at_tmYUseLeft = False
     res_at_tmYROn = True
     res_at_tmYRLabelsOn = True
     res_at_tmYRMode = "Explicit" ; Set the tickmark mode to
explicit to define our own values
     res_at_tmYRValues = vmax_coord(::5) ; Give the value that
determine location of major tickmarks
     res_at_tmYRFormat = "0f"
     res_at_tmYRLabels = round(10d*imuc_coord(i,::5)/1000d,0)/10d
; do this to round the values

What I can't figure out is how to get a separate y-axis title to go on
the right side. There are special functions to allow multiple y-axes
with xy-plots, but I can't find a way to do this with gsn_csm_contour. I
suppose gsn_add_annotation would work if there's a way to orient the
text sideways, but it seems like there should be a better way to do
this. Any suggestions?

Thanks,
      Jonathan
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Nov 27 2007 - 10:53:44 MST

This archive was generated by hypermail 2.2.0 : Fri Nov 30 2007 - 10:55:48 MST