home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 377569501

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/2030#issuecomment-377569501 https://api.github.com/repos/pydata/xarray/issues/2030 377569501 MDEyOklzc3VlQ29tbWVudDM3NzU2OTUwMQ== 4160723 2018-03-30T16:56:05Z 2018-03-30T16:56:05Z MEMBER

In the example above I had to change this line:

python images = ds.to(hv.Image, ['lon', 'lat']).options(fig_inches=(10, 5), colorbar=True, cmap='viridis')

to

python images = ds.to(hv.Image, ['lon', 'lat']).options('Image', fig_inches=(10, 5), colorbar=True, cmap='viridis')

in order to avoid

python-traceback ValueError: HoloMap type not found, could not apply options.

(Holoviews version 1.10.0a2)

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