Skip to content

Pep8ify examples #3425

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 21 commits into from
Sep 9, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo
  • Loading branch information
twmr committed Aug 30, 2014
commit 23413a85e49397ae07bd1f9d2b2d2aa76e1d6064
2 changes: 1 addition & 1 deletion examples/axes_grid/scatter_hist.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
tl.set_visible(False)
axHistx.set_yticks([0, 50, 100])

#xHisty.axis["left"].major_ticklabels.set_visible(False)
#axHisty.axis["left"].major_ticklabels.set_visible(False)
for tl in axHisty.get_yticklabels():
tl.set_visible(False)
axHisty.set_xticks([0, 50, 100])
Expand Down