Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import xarray as xr | |
import numpy as np | |
import dask.bag as db | |
from dask.diagnostics import ProgressBar | |
da = xr.DataArray(np.random.randn(50, 60, 100)).chunk({'dim_2': 1}) | |
da.attrs['long_name'] = "what's in a name?" | |
da.attrs['units'] = 'units' | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 3e0429cb3b43db8e74ece681e6b1d2f5f2b638d9 Mon Sep 17 00:00:00 2001 | |
From: dcherian <dcherian@mit.edu> | |
Date: Sat, 2 Jun 2018 07:14:51 -0600 | |
Subject: [PATCH] Fix merge. All tests pass now. | |
--- | |
xarray/plot/facetgrid.py | 2 +- | |
xarray/plot/plot.py | 38 ++++++++++++++++++++++---------------- | |
2 files changed, 23 insertions(+), 17 deletions(-) |