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

PEP8 fixes on the axis module #1217

Merged
merged 1 commit into from Sep 12, 2012
Merged

PEP8 fixes on the axis module #1217

merged 1 commit into from Sep 12, 2012

Conversation

NelleV
Copy link
Member

@NelleV NelleV commented Sep 7, 2012

Pep8 fixes on the axis module and a couple of pyflakes fixes.

Thanks,
Nelle

@@ -858,11 +850,12 @@ def get_data_interval(self):
raise NotImplementedError('Derived must override')

def set_data_interval(self):
'set the axis data limits'
'''set the axis data limits'''
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't this be a docstring? I.e, using """

@pelson
Copy link
Member

pelson commented Sep 12, 2012

@mdboom : if you haven't already done it, I would be happy to press the merge button on this PR before you take the 1.2rc1 cut...

@mdboom
Copy link
Member

mdboom commented Sep 12, 2012

Sure. Merging.

mdboom added a commit that referenced this pull request Sep 12, 2012
PEP8 fixes on the axis module
@mdboom mdboom merged commit 7a2579c into matplotlib:master Sep 12, 2012
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

4 participants