home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 101511945

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
101511945 MDU6SXNzdWUxMDE1MTE5NDU= 534 Plot title variable too long 5356122 closed 0     3 2015-08-17T21:20:11Z 2015-08-20T20:05:25Z 2015-08-20T20:05:25Z MEMBER      

Current behavior:

air0 = airtemp.air.isel(time=0) air0.plot()

Preferred behavior:

Currently the plot titles are truncated at 50 characters using DataArray._title_for_slice(self, truncate=50). To implement the new behavior we can just make this become DataArray._title_for_slice(self, truncate=50, each=10) which will additionally truncate each variable at 10 characters. This works well for dates.

For discussion- Do we add something indicating the variable was truncated? Like trailing ellipsis: time = 2012-12-31...

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/534/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 2 rows from issues_id in issues_labels
  • 3 rows from issue in issue_comments
Powered by Datasette · Queries took 0.709ms · About: xarray-datasette