issue_comments: 497739327
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-497739327 | https://api.github.com/repos/pydata/xarray/issues/2030 | 497739327 | MDEyOklzc3VlQ29tbWVudDQ5NzczOTMyNw== | 1550771 | 2019-05-31T14:55:56Z | 2019-05-31T14:55:56Z | NONE | Small update in the syntax, which also happens to make it easier to set fps: ```python import xarray as xr import holoviews as hv hv.extension('matplotlib') air = xr.tutorial.open_dataset('air_temperature').load() ds = hv.Dataset(air.isel(time=range(100))) images = ds.to(hv.Image, ['lon', 'lat']).options(fig_inches=(10, 5), colorbar=True, cmap='viridis') hv.save(images, 'hv_anim.mp4', fps=4) ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
309965118 |