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
only compare container color to schema color when it exists
- this piece here is called by Colorbar.supplyDefaults, but
colorbars do not have a container-wide 'color' attribute unlike
axes, so the comparison with layoutAttributes.color was off.
- this bug did not affect the baselines as this routine is called
again during Colorbar.draw with a set container color.
0 commit comments