Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/mpl37 compat #52150

Merged
merged 3 commits into from
Mar 24, 2023
Merged

Fix/mpl37 compat #52150

merged 3 commits into from
Mar 24, 2023

Commits on Mar 24, 2023

  1. FIX: skip Axes not in subplot layouts

    As of mpl 3.7 all Axes now report as being instances of Subplots, however
    ax.get_subplotspec() may now return None if the Axes is not actually in
    gridspec.
    tacaswell committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    f1e5754 View commit details
    Browse the repository at this point in the history
  2. MNT: avoid unneeded indirection

    The MPLPlot instance already holds a reference to the Figure, use that
    instead of walking up from the first Axes.
    tacaswell committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    3e66bcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67113f9 View commit details
    Browse the repository at this point in the history