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-927901750,https://api.github.com/repos/pydata/xarray/issues/3640,927901750,IC_kwDOAMm_X843Tqg2,35968931,2021-09-27T13:58:49Z,2021-09-27T13:58:49Z,MEMBER,"There is a [dev meeting this Wednesday](https://github.com/pydata/xarray/issues/4001) (occurring every fortnight), would be great to see you there! ","{""total_count"": 1, ""+1"": 1, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,539394615 https://github.com/pydata/xarray/pull/3640#issuecomment-927385227,https://api.github.com/repos/pydata/xarray/issues/3640,927385227,IC_kwDOAMm_X843RsaL,13301940,2021-09-26T22:47:10Z,2021-09-26T22:47:10Z,MEMBER,"> Do we not want to discuss this in the bi-weekly dev meetings perhaps? 👍🏽 I'm in favor of discussing this in the dev meetings... Being able to easily switch plotting backends would be a nice feature to have from a user's perspective. ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,539394615 https://github.com/pydata/xarray/pull/3640#issuecomment-927383712,https://api.github.com/repos/pydata/xarray/issues/3640,927383712,IC_kwDOAMm_X843RsCg,35968931,2021-09-26T22:34:12Z,2021-09-26T22:34:19Z,MEMBER,"> it is my understand that xarray will need to define a minimal plotting API for this entrypoint feature to work properly. Would this plotting API be something xarray devs would be willing to have/support? Do we not want to discuss this in the bi-weekly dev meetings perhaps? (Apologies if it has been and I just missed it.) This seems like a good idea to implement!","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,539394615 https://github.com/pydata/xarray/pull/3640#issuecomment-927378300,https://api.github.com/repos/pydata/xarray/issues/3640,927378300,IC_kwDOAMm_X843Rqt8,13301940,2021-09-26T21:53:42Z,2021-09-26T21:53:42Z,MEMBER,Closing this because it has gone stale :(,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,539394615 https://github.com/pydata/xarray/pull/3640#issuecomment-619573052,https://api.github.com/repos/pydata/xarray/issues/3640,619573052,MDEyOklzc3VlQ29tbWVudDYxOTU3MzA1Mg==,13301940,2020-04-26T15:48:00Z,2020-04-26T15:49:49Z,MEMBER,"> What's the current status here? I put this PR on a back burner :). As I pointed out in https://github.com/pydata/xarray/pull/3640#issuecomment-580413432, it is my understand that xarray will need to define a minimal plotting API for this entrypoint feature to work properly. Would this plotting API be something xarray devs would be willing to have/support? Cc @shoyer @dcherian @jhamman I could be missing something here. So please let me know if there is another way of getting the entrypoint feature to work without needing to define a plotting API that third-party visualization libraries adheres to. ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,539394615 https://github.com/pydata/xarray/pull/3640#issuecomment-580462361,https://api.github.com/repos/pydata/xarray/issues/3640,580462361,MDEyOklzc3VlQ29tbWVudDU4MDQ2MjM2MQ==,1312546,2020-01-30T21:13:09Z,2020-01-30T21:13:09Z,MEMBER,"> Is my interpretation correct? Yep, that's the basic idea. Every call to `DataFrame.plot.` begins with a [check for the active backend](https://github.com/pandas-dev/pandas/blob/v1.0.0/pandas/plotting/_core.py#L767). Based on the configured value, we the correct backend, make the call, and return the result.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,539394615 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](https://github.com/pandas-dev/pandas/blob/v1.0.0/pandas/plotting/_core.py) - At runtime, Pandas figures out the right backend to use via [`_get_plot_backend()`](https://github.com/pandas-dev/pandas/blob/v1.0.0/pandas/plotting/_core.py#L1645) and then dispatches the plotting functionality to this backend. 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](https://github.com/pandas-dev/pandas/blob/v1.0.0/pandas/plotting/_core.py). **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 https://github.com/pydata/xarray/pull/3640#issuecomment-580313388,https://api.github.com/repos/pydata/xarray/issues/3640,580313388,MDEyOklzc3VlQ29tbWVudDU4MDMxMzM4OA==,13301940,2020-01-30T15:42:22Z,2020-01-30T15:42:22Z,MEMBER,"> can you summarize what's needed on the holoviews and xarray side for this to work? A while back I opened this issue https://github.com/holoviz/hvplot/issues/392. I am about to make modifications to hvplot/holoviews locally to test that this PR is going to work as expected. Once I have a better understanding of what's needed, I will report back. ","{""total_count"": 1, ""+1"": 1, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,539394615 https://github.com/pydata/xarray/pull/3640#issuecomment-580308750,https://api.github.com/repos/pydata/xarray/issues/3640,580308750,MDEyOklzc3VlQ29tbWVudDU4MDMwODc1MA==,2448579,2020-01-30T15:32:12Z,2020-01-30T15:32:12Z,MEMBER,@andersy005 can you summarize what's needed on the holoviews and xarray side for this to work?,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,539394615 https://github.com/pydata/xarray/pull/3640#issuecomment-580231944,https://api.github.com/repos/pydata/xarray/issues/3640,580231944,MDEyOklzc3VlQ29tbWVudDU4MDIzMTk0NA==,6213168,2020-01-30T12:33:58Z,2020-01-30T12:33:58Z,MEMBER,if you merge from master you should get all green on the upstream-dev test now,"{""total_count"": 1, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 1, ""eyes"": 0}",,539394615 https://github.com/pydata/xarray/pull/3640#issuecomment-566826787,https://api.github.com/repos/pydata/xarray/issues/3640,566826787,MDEyOklzc3VlQ29tbWVudDU2NjgyNjc4Nw==,2448579,2019-12-18T01:35:16Z,2019-12-18T01:35:16Z,MEMBER,EXCITING!,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,539394615