home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1321100829

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/7277#issuecomment-1321100829 https://api.github.com/repos/pydata/xarray/issues/7277 1321100829 IC_kwDOAMm_X85OvmYd 14371165 2022-11-20T11:00:50Z 2022-11-20T11:00:50Z MEMBER

@dcherian, as you noted in that PR as well it's not just matplotlib but xarray too that does a lot of guessing already, x,y in plot2d for example. I was more concerned about consistency and believed we got closer to what the majority of the plotting functions does by guessing.

These are the coords that we currently guess in plot1d: https://github.com/pydata/xarray/blob/d6671dd414370d006254ba3156cb96256ce0e9c7/xarray/plot/dataarray_plot.py#L154 Should we remove them, (empty tuple) and let the user explicitly define all of them? If so should we remove any guessing in the other plot functions as well?

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