<div dir="ltr">Hi all,<div><br></div><div>I&#39;m using a common labelbar for several plots. However it isn&#39;t working properly, because it seems that it is taking the values of the first plot, and then, the levels are wrong for the rest of them. I don&#39;t know if I have to define always &quot;Manual levels&quot;..What I am defining:</div><div><br></div><div><div>  res = True</div><div>  res@gsnAddCyclic   = False</div><div>  res@gsnMaximize    = True</div><div>  res@gsnDraw        = False</div><div>  res@gsnFrame       = False</div><div>  res@lbLabelBarOn   = False ;not individual labelbar</div><div>  res@lbAutoManage   = True</div><div><br></div><div>  res@mpMinLatF      = min(lat)</div><div>  res@mpMaxLatF      = max(lat)</div><div>  res@mpMinLonF      = min(lon)</div><div>  res@mpMaxLonF      = max(lon)</div><div>  res@cnLinesOn      = False</div><div>  res@cnFillOn       = True</div></div><div><br></div><div>;for the panel</div><div>  panelres = True</div><div>  panelres@gsnFrame = False</div><div>  panelres@gsnMaximize = True</div><div>  panelres@gsnMaximize = True</div><div>  panelres@txFontHeightF = 0.01</div><div>  panelres@gsnPanelLabelBar = True</div><div>  panelres@gsnPanelBottom = 0.06</div><div>  panelres@lbLabelFontHeightF = .006</div><div>  panelres@pmLabelBarWidthF = 0.35 ;label bar width</div><div><br></div><div>But the levels are wrong...what did I miss? </div><div><br></div><div>Many thanks!</div><div><br></div><div>Cheers</div><div><br></div><div>Noelia</div></div>