Skip to content

Conversation

timhoffm
Copy link
Member

PR Summary

Slight variation of #18553, replacing

fig = plt.figure()
ax = plt.subplots()

by

fig, ax = plt.subplots()

in tests.

@timhoffm timhoffm added this to the v3.4.0 milestone Sep 24, 2020
@tacaswell tacaswell merged commit de87612 into matplotlib:master Sep 25, 2020
@timhoffm timhoffm deleted the test-subplots3 branch September 25, 2020 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants