Skip to content

Conversation

ericmjl
Copy link
Contributor

@ericmjl ericmjl commented Jul 11, 2015

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.

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.
WeatherGod added a commit that referenced this pull request Jul 11, 2015
In coutourf_log.py, changed `P.` to `plt.`
@WeatherGod WeatherGod merged commit b6b0514 into matplotlib:master Jul 11, 2015
@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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants