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-494914857,https://api.github.com/repos/pydata/xarray/issues/2981,494914857,MDEyOklzc3VlQ29tbWVudDQ5NDkxNDg1Nw==,15331990,2019-05-22T18:34:03Z,2019-05-22T18:34:03Z,CONTRIBUTOR,Cool; that's good to know that I can set a title on the top left and top right side together. Thanks.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,447268579
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