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 and classify equal aspect ratio.py #4628

Closed
wants to merge 3 commits into from
Closed

Fix and classify equal aspect ratio.py #4628

wants to merge 3 commits into from

Conversation

ericmjl
Copy link
Contributor

@ericmjl ericmjl commented Jul 11, 2015

  1. Moved equal_aspect_ratio.py into axes_grid example folder.
  2. changed pylab namespace to matplotlib.pyplot and numpy namespace.

ericmjl and others added 2 commits July 11, 2015 10:48
Originally had:
`from matplotlib import pyplot as P`.

Changed to:
`import matplotlib.pyplot as plt`.

In later lines, changed all `P.function()`s to `plt.function()`s.
1. Changed from pylab import * to import matplotlib.pyplot as plt, and
import numpy as np.
2. Quick test done on local ipython environment.
@WeatherGod
Copy link
Member

this doesn't belong in axes_grid. axes_grid examples are for demoing the axes_grid1 toolkit.

@jenshnielsen
Copy link
Member

Merged via #4642

@ericmjl ericmjl deleted the fix-and-classify-equal_aspect_ratio.py branch July 11, 2015 19:17
@jenshnielsen jenshnielsen added the MEP: MEP12 gallery and examples improvements label Jul 12, 2015
@QuLogic QuLogic added this to the v1.5.0 milestone Nov 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MEP: MEP12 gallery and examples improvements status: duplicate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants