trouble with time_axis_labels in panel plot

From: Daniel Barandiaran <dbarandiaran_at_nyahnyahspammersnyahnyah>
Date: Mon Jul 14 2014 - 09:19:30 MDT

Hi All,

I am making a large panel plot of Hovmueller plots, and am trying to use
time_axis_labels to make the time axis tickmarks readable. It works, but
only for the last plot in the panel, all the other plots have no tickmarks
on the time axis. Any thoughts?

relevant code snippet:

plot = new(35,graphic)

res3 = res

do t = 0,nyr-1

   time_axis_labels(time(t,:239),res3,restick)
   res3@gsnCenterString = minyr + t
   plot(t) = gsn_csm_hov(wks,apcp(t,:239,:),res3)

end do

gsn_panel(wks,plot,(/5,7/),resp)

i am also attaching a screenshot of the resulting graphic


--
Danny Barandiaran
Department of Plants, Soils, and Climate
Utah State University

Received on Mon Jul 14 03:19:39 2014

This archive was generated by hypermail 2.1.8 : Fri Aug 01 2014 - 15:10:55 MDT