<div dir="ltr">Mary, <div><br><div>Having just finished my wild goose chase, here are the answers to your questions.  </div><div><br></div><div>** Long story short, streamlinePlotClass wasn&#39;t supported by gsn_panel. My work around caused problems. Here&#39;s edited versions of gsn_panel so streamlinePlotClass is supported.  **<br></div><div><br></div><div><br></div><div>The problem I was having with panelling was because I was drawing one plot with lbLabelBarOn = True.  This was throwing off the dimensions and I think is a known thing. No big deal I should just use gsnPanelLabelBar = True.  </div><div>Well here was the problem, when panelling the supported gsn_csm_streamline_map with stMonoLineColor = False, therefore with coloured streamlines, gsn_panel says it&#39;s an unsupported type and will ignore the label bar request.   Hence why I was forcing one of the plots to have the label bar.  I don&#39;t like having to draw it myself. </div><div><br></div><div><br></div><div>So, because I wanted the ability to panel my new gsn_csm_streamline_scalar* functions as well as the supported gsn_csm_streamline_map functions. I&#39;ve have gone through and edited gsn_panel_return and also had to add &quot;streamlinePlotClass&quot; to get_plot_not_loglin(). </div><div><br></div><div><br></div><div>Attached below are a simple script to first identify that gsn_panel will ignore a labelbar request from the gsn_csm_streamline_map() then load my edited versions and show that it now works. </div><div><br></div><div><br></div><div>Some simple data attached as well.  </div><div><br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 5, 2015 at 10:10 AM, Mary Haley <span dir="ltr">&lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Alan,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Thanks for the code.  Maybe I can get it into V6.3.0.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">When you say it doesn&#39;t panel, what exactly happens? Can you provide a sample test?</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Wed, Mar 4, 2015 at 12:33 PM, Alan Brammer <span dir="ltr">&lt;<a href="mailto:abrammer@albany.edu" target="_blank">abrammer@albany.edu</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">I wanted this functionality so made an edited duplicate of the gsn_csm_vector_scalar* functions.  <div><br></div><div>Have gone through a tested each function and everything seems to function without bugs.  Didn&#39;t have to edit too much so there wasn&#39;t too much to break. <br></div><div><br></div><div>gsn_csm_streamline_scalar() doesn&#39;t panel as expected for me but this also happens with me for gsn_csm_vector_scalar() so that&#39;s a problem for another day. </div><div><br></div><div><br></div><div>I can edit documentation if desired, there is nothing unexpected though. </div><div><br></div><div>If passed wind speed this will function identically to the regular function with stMonoLineColor = False.  I think this functionality was available through setting stScalarFieldData, but that didn&#39;t seem to match up with the functionality elsewhere and I&#39;m still not a overly familiar with setvalues or getvalues. </div><div><br></div><div><br></div><div>Only tested in 6.2.{0,1}.  I seem to have lost my 6.1 version. </div><div><br></div><div><br></div><div><br></div></div>
<br></div></div>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>