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

fixed comment white space pep8 #2728

Merged
merged 1 commit into from Jan 14, 2014
Merged

Conversation

tacaswell
Copy link
Member

No description provided.

tacaswell added a commit that referenced this pull request Jan 14, 2014
fixed comment white space pep8
@tacaswell tacaswell merged commit 64e4c9c into matplotlib:master Jan 14, 2014
@tacaswell tacaswell deleted the minorpep8 branch January 14, 2014 03:36
@tacaswell
Copy link
Member Author

I pulled my own PR here because it was making all of the other tests fail and it is a trivial change.

@@ -5439,7 +5439,8 @@ def hist(self, x, bins=10, range=None, normed=False, weights=None,
xmax = self.dataLim.intervalx[1]
for m in n:
if np.sum(m) > 0: # make sure there are counts
xmin = np.amin(m[m != 0]) # filter out the 0 height bins
xmin = np.amin(m[m != 0])
# filter out the 0 height bins
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure I agree - shouldn't the comment go before the action?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants