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
<xarray.plot.facetgrid.FacetGrid at 0x7f50ef14bf70>
Problem Description
If I simply use plot triggering FacetGrid to show 2D arrays which all have the same value (zero in the example above), all plots with exception of the last one are wrong. However, if I specify vmin and vmax using the same limits of the default plot, all plots are correct.
MCVE Code Sample
Expected Output
Problem Description
If I simply use
plot
triggeringFacetGrid
to show 2D arrays which all have the same value (zero in the example above), all plots with exception of the last one are wrong. However, if I specifyvmin
andvmax
using the same limits of the default plot, all plots are correct.Output of
xr.show_versions()
The text was updated successfully, but these errors were encountered: