Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mep12 on arctest.py #4820

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

Merged
merged 3 commits into from
Jul 30, 2015
Merged

mep12 on arctest.py #4820

merged 3 commits into from
Jul 30, 2015

Conversation

ericmjl
Copy link
Contributor

@ericmjl ericmjl commented Jul 29, 2015

No description provided.

return multiply(s1, e1)
s1 = np.cos(2*np.pi*t)
e1 = np.exp(-t)
return np.multiply(s1, e1)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

heh, don't know why multiply was ever used here. Let's just replace that with s1 * e1.

@ericmjl
Copy link
Contributor Author

ericmjl commented Jul 30, 2015

slow internet on my side. what's the error message?

@jenshnielsen
Copy link
Member

PEP8 home/travis/build/matplotlib/matplotlib/examples/pylab_examples/arctest.py:4:1: E302 expected 2 blank lines, found 1

@jenshnielsen jenshnielsen added the MEP: MEP12 gallery and examples improvements label Jul 30, 2015
WeatherGod added a commit that referenced this pull request Jul 30, 2015
@WeatherGod WeatherGod merged commit 6229131 into matplotlib:master Jul 30, 2015
@ericmjl ericmjl deleted the mep12_arctest.py branch July 30, 2015 17:46
@jenshnielsen jenshnielsen mentioned this pull request Aug 6, 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