home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 377566839

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-377566839 https://api.github.com/repos/pydata/xarray/issues/2030 377566839 MDEyOklzc3VlQ29tbWVudDM3NzU2NjgzOQ== 1550771 2018-03-30T16:44:35Z 2018-03-30T16:44:35Z NONE

I hand't found anything like that.

Yes, the Plotting with Matplotlib section in the user guide should cover it but it appears to be broken in the last website build.

For me, %%output isn't a recognized magic command

That will only work in the notebook after you have run hv.extension('matplotlib').

fails for me with a tkinter-related error (can't invoke "wm" command), so I really couldn't see anything yet.

You might have to switch to a different matplotlib GUI toolkit or forego one entirely and use agg, either by declaring it in your matplotlib.rc or by setting the backend before importing holoviews, e.g.:

import matplotlib matplotlib.use('Agg')

{
    "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.882ms · About: xarray-datasette