issue_comments: 580413432
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/pull/3640#issuecomment-580413432 | https://api.github.com/repos/pydata/xarray/issues/3640 | 580413432 | MDEyOklzc3VlQ29tbWVudDU4MDQxMzQzMg== | 13301940 | 2020-01-30T19:23:30Z | 2020-01-30T19:23:30Z | MEMBER | After looking at Pandas source code, it's my understanding that
- Pandas provides a well defined plotting API
- At runtime, Pandas figures out the right backend to use via This approach makes interfacing with Pandas objects easy as long as the plotting library adheres to this plotting API. Currently, Xarray's plotting API is closely tied to matplotlib. To support entrypoint for other plotting backend will likely require defining something similar to Pandas's plotting API. Is my interpretation correct? Pinging @TomAugspurger, @jsignell and @jbednar as they may have ideas on how to proceed with this implementation. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
539394615 |