home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 494913909

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/2981#issuecomment-494913909 https://api.github.com/repos/pydata/xarray/issues/2981 494913909 MDEyOklzc3VlQ29tbWVudDQ5NDkxMzkwOQ== 2448579 2019-05-22T18:30:42Z 2019-05-22T18:30:42Z MEMBER

plot calls set_title by default. Not replacing the existing title is matplotlib's default behaviour. (see below). I would just call ax.set_title('') before setting your final title.

python ax = plt.gca() ax.set_title('a') ax.set_title('b', loc='left')

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