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
Right now, trying to use the .plot accessor without dequantifying first will strip the units so matplotlib never sees the quantities and can't use the converter registered by UnitRegistry.setup_matplotlib(). This happens for both single plots and facet grids, either because of DataArray.values or by converting to a masked array using DataArray.to_masked_array.
Right now, trying to use the
.plot
accessor without dequantifying first will strip the units somatplotlib
never sees the quantities and can't use the converter registered byUnitRegistry.setup_matplotlib()
. This happens for both single plots and facet grids, either because ofDataArray.values
or by converting to a masked array usingDataArray.to_masked_array
.cc @jthielen
The text was updated successfully, but these errors were encountered: