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 offsetbox.py #1400

Merged
merged 1 commit into from Nov 8, 2012
Merged

PEP8 fixes on offsetbox.py #1400

merged 1 commit into from Nov 8, 2012

Conversation

NelleV
Copy link
Member

@NelleV NelleV commented Oct 14, 2012

PEP8 fixes on the module offsetbox

Thanks,
N

@@ -331,10 +330,10 @@ def get_extent_offsets(self, renderer):
if isinstance(c, PackerBase) and c.mode == "expand":
c.set_width(self.width)

whd_list = [c.get_extent(renderer) for c in self.get_visible_children()]
whd_list = [c.get_extent(renderer) for c
in self.get_visible_children()]
Copy link
Member

Choose a reason for hiding this comment

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

Could you put the for c on this line too?

@NelleV
Copy link
Member Author

NelleV commented Nov 8, 2012

I've fixed the 3 issues mentionned above.

Cheers,
N

pelson added a commit that referenced this pull request Nov 8, 2012
@pelson pelson merged commit e637e12 into matplotlib:master Nov 8, 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

3 participants