home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 913916040

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
913916040 MDExOlB1bGxSZXF1ZXN0NjYzODgwMjI1 5450 plt.gca() no longer accepts kwargs 10194086 closed 0     0 2021-06-07T20:10:57Z 2021-06-09T17:27:02Z 2021-06-09T17:26:58Z MEMBER   0 pydata/xarray/pulls/5450

matplotlib warns: Calling gca() with keyword arguments was deprecated in Matplotlib 3.4. Starting two minor releases later, gca() will take no keyword arguments. The gca() function should only be used to get the current axes, or if no axes exist, create new axes with default keyword arguments. To create a new axes with non-default arguments, use plt.axes() or plt.subplot().

This only uses plt.gca() if there are active axes, else it calls plt.axes(**kwargs). Note that this can silently ignore some arguments. However, that this is already the case.

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

Links from other tables

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