home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 299009125

This data as json

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-299009125 https://api.github.com/repos/pydata/xarray/issues/1397 299009125 MDEyOklzc3VlQ29tbWVudDI5OTAwOTEyNQ== 10050469 2017-05-03T19:19:59Z 2017-05-03T19:19:59Z MEMBER

it's simple to add the colorbar, but not easy to make it horizontal

You can try:

ds.Tair[0].plot.pcolormesh(ax=ax, transform=ccrs.PlateCarree(), x='xc', y='yc', cbar_kwargs={'orientation':'horizontal'});

xarray plotting tools, which are useful for quick checks, but not publication-quality figures?

Yes, as a general purpose tool xarray will try to avoid the proliferation of keyword arguments. If you have very specific needs you might need to tweak the plots yourself. Fortunately, this is easy to do on top of xarray since you can control the axes, plots, and so on.

We could add more advanced examples to the docs though (for example in the gallery I had no time to add yet :( )

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  225846258
Powered by Datasette · Queries took 0.598ms · About: xarray-datasette