You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you plot a boxfill and use the color_1 and color_2 attributes (but leave level_1 and level_2 alone), the legend doubles up for the last level color. Also, the labeling on the legend is excessive (we probably don't need 10+ labels when there are only 4 levels).
importvcs, cdms2f=cdms2.open(vcs.sample_data+"/clt.nc")
s=f("clt")
x=vcs.init()
box=vcs.createboxfill()
# Set them to the obnoxious end of the colormap so we can see the steps between each colorbox.color_1=242box.color_2=246x.plot(s, box)
results in:
I've got a PR incoming to fix this.
The text was updated successfully, but these errors were encountered:
When you plot a boxfill and use the
color_1
andcolor_2
attributes (but leavelevel_1
andlevel_2
alone), the legend doubles up for the last level color. Also, the labeling on the legend is excessive (we probably don't need 10+ labels when there are only 4 levels).results in:
I've got a PR incoming to fix this.
The text was updated successfully, but these errors were encountered: