We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, it shows nanoseconds.
import xarray as xr ds = xr.tutorial.open_dataset('air_temperature') ds.coords['tau'] = ds['time'] - ds['time'][0] ds.mean(['lat', 'lon'])['air'].swap_dims({'time': 'tau'}).plot()
The text was updated successfully, but these errors were encountered:
dupe of #2898. I think this should be fixed by matplotlib though we could copy whatever pandas is doing in the interim.
Sorry, something went wrong.
No branches or pull requests
Currently, it shows nanoseconds.
The text was updated successfully, but these errors were encountered: