How to set the distance among legend so that they do not overlap

From: juki juki <juky_emc2_at_nyahnyahspammersnyahnyah>
Date: Wed May 01 2013 - 22:41:02 MDT

Hi all ncl users.. Thanks for your help and nice discussion so far. I have plotted my data to XY plot with 16 legends. The problem is that the legends overlap each other. How to overcome  such problem ? The following is simple ncl code to control my current legend:  res@pmLegendDisplayMode    = "Always"            ; turn on legend   res@pmLegendSide           = "Top"               ; Change location of    res@pmLegendParallelPosF   = .6                  ; move units right   res@pmLegendOrthogonalPosF = -0.25                ; move units down   res@pmLegendWidthF         = 0.06                ; Change width and   res@pmLegendHeightF        = 0.08                ; height of legend.   res@lgPerimOn              = False               ; turn off box around   res@lgLabelFontHeightF     = .012                 ; label font height Thank you. joeky

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed May 1 22:41:11 2013

This archive was generated by hypermail 2.1.8 : Thu May 02 2013 - 11:16:45 MDT