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/1397#issuecomment-299053751,https://api.github.com/repos/pydata/xarray/issues/1397,299053751,MDEyOklzc3VlQ29tbWVudDI5OTA1Mzc1MQ==,13760223,2017-05-03T22:30:01Z,2017-05-03T22:30:01Z,NONE,"Customizing legend, fonts, title, things like that. I'm slowly getting through it - mostly because I am new to cartopy and not that experienced with matplotlib overall.
The biggest trouble I have is with tightening the space between the map and the colorbar at the bottom, but this looks like a cartopy/mpl question, not an xarray question, so I should quit pestering you guys.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,225846258
https://github.com/pydata/xarray/issues/1397#issuecomment-299040588,https://api.github.com/repos/pydata/xarray/issues/1397,299040588,MDEyOklzc3VlQ29tbWVudDI5OTA0MDU4OA==,13760223,2017-05-03T21:26:49Z,2017-05-03T21:26:49Z,NONE,Without a doubt - once I figure out how to do it!,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,225846258
https://github.com/pydata/xarray/issues/1397#issuecomment-299021450,https://api.github.com/repos/pydata/xarray/issues/1397,299021450,MDEyOklzc3VlQ29tbWVudDI5OTAyMTQ1MA==,13760223,2017-05-03T20:11:27Z,2017-05-03T20:11:27Z,NONE,"Thanks Fabien, this is helpful. It would be great to see how the output of the `plot()` function can be broadcast to axes or handles, so that they can be manipulated at will. Right now, typing
`a = s.Tair[0].plot.pcolormesh(ax=ax, transform=ccrs.PlateCarree(), x='xc', y='yc',
cbar_kwargs={'orientation':'horizontal'});`
returns a complex object that is a bit forbidding for a first-time user without any example in the doc. A simple example would go a long way, but I understand that everything takes time and no-one is getting paid for this!
cheers
Julien","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,225846258
https://github.com/pydata/xarray/issues/1397#issuecomment-299001180,https://api.github.com/repos/pydata/xarray/issues/1397,299001180,MDEyOklzc3VlQ29tbWVudDI5OTAwMTE4MA==,13760223,2017-05-03T18:48:06Z,2017-05-03T18:48:06Z,NONE,"@fmaussion thanks, I think I know what the problem is: the last command I was using was `ax.set_ylim([0,90])`, not `plt.tight_layout()`. With the latter, everything shows up properly with the correct projection. I guess I was working with an older version of the notebook, which had the former command, not the latter.
Bonus question for @shoyer : it's simple to add the colorbar, but not easy to make it horizontal, for instance. Is the idea is that if a lot of customization is desired, users should go with more direct cartopy commands, rather than xarray plotting tools, which are useful for quick checks, but not publication-quality figures?
thanks","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,225846258
https://github.com/pydata/xarray/issues/1397#issuecomment-298843881,https://api.github.com/repos/pydata/xarray/issues/1397,298843881,MDEyOklzc3VlQ29tbWVudDI5ODg0Mzg4MQ==,13760223,2017-05-03T07:48:21Z,2017-05-03T07:48:21Z,NONE,"@shoyer thanks for this tip. As you say, having to specify the transform is prodigiously unintuitive for a first-time cartopy user (my case). Unfortunately, I get the problem with or without applying transform=ccrs.PlateCarree().
@fmaussion yes, that is precisely the code I used, switching PlateCarree() for Robinson() in cell 16.
The only output I get when I do this is the bottom legend; the rest of the plot vanishes. ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,225846258