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

In coutourf_log.py, changed P. to plt. #4626

Merged
merged 1 commit into from Jul 11, 2015
Merged

In coutourf_log.py, changed P. to plt. #4626

merged 1 commit into from Jul 11, 2015

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.

None yet

5 participants