html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,performed_via_github_app,issue https://github.com/pydata/xarray/issues/1387#issuecomment-297934889,https://api.github.com/repos/pydata/xarray/issues/1387,297934889,MDEyOklzc3VlQ29tbWVudDI5NzkzNDg4OQ==,10050469,2017-04-28T08:03:06Z,2017-04-28T08:03:06Z,MEMBER,"Seems reasonable, although this would imply quite a lot of change in the current logic. For example, facetgrids share x and/or y axis: ![index](https://cloud.githubusercontent.com/assets/10050469/25519732/590ef63e-2bf9-11e7-87f0-cf3a3f072c44.png) If there is a colorbar in between, would you like to share axes? The current way to do what you need is to do it manually: ``` ds = xr.tutorial.load_dataset('air_temperature') t = ds.air.groupby('time.season').mean(dim='time') f, (ax1, ax2) = plt.subplots(1, 2, figsize=(7, 3)) t.isel(season=0).plot(ax=ax1) t.isel(season=1).plot(ax=ax2) ``` ![index2](https://cloud.githubusercontent.com/assets/10050469/25519839/bc461cfa-2bf9-11e7-9736-fa6ae785fab6.png) As you see, this messes up with the layout so a call to ``tight_layout()`` is necessary. ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,224846826