home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 670721702

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/4322#issuecomment-670721702 https://api.github.com/repos/pydata/xarray/issues/4322 670721702 MDEyOklzc3VlQ29tbWVudDY3MDcyMTcwMg== 2448579 2020-08-07T21:32:53Z 2020-08-07T21:32:53Z MEMBER

This is because x_bins contains interval objects. .plot is calculating the center of the interval and letting you know that it is doing so.

If you want that line plot please use ax.set_xlabel, otheriwse try .plot.step which will more faithfully represent the intervals with label x_bins

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