<div dir="ltr"><div>Hi,</div><div><br></div><div>I&#39;d like to generate a legend in which the font size of the item labels is the same regardless of the length (i.e. the number of characters) of the item labels.  I&#39;m using gsn_legend_ndc(...) to add the legend to my plot.</div><div><br></div><div>The problem I&#39;m having is that NCL is adjusting the font size (I suppose to always fit the labels within the width of the legend box), and I&#39;m not getting the font size that I&#39;d like.</div><div><br></div><div>I&#39;ve attached an NCL script (test_legend.ncl) that generates png files showing what happens when:</div><div><br></div><div>1) No adjustments are made to any legend resources (case of manual_manage set to False in the script).  I tried a case of short legend labels (test_legend_autoManage_short_labels.png) and another with long ones (test_legend_autoManage_long_labels.png).  You can see that NCL adjusts the font size, I suppose to fit it within the legend box width.</div><div><br></div><div>2) Adjustments are made to several legend resources, including setting lgAutoManage to False (case of manual_manage set to False in the script) and setting a specific value for lgLabelFontHeightF.  According to the online documentation, in this case NCL should not adjust the font size, and I should get whatever font size I specified via lgLabelFontHeightF.  Again I tried a case of both short (test_legend_manualManage_short_labels.png) and long (test_legend_manualManage_long_labels.png) legend labels.  You can see that again, NCL adjusted the font size.</div><div><br></div><div>Any idea how I can make NCL use the font size I specified, without any automatic adjustments?</div><div><br></div><div>Thanks,</div><div>Gerard</div><div><br></div></div>