Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
2.0 Examples fixes. See #6762 #6786
Conversation
mdboom
added the
needs_review
label
Jul 18, 2016
|
Thanks! I am It looks like this put a bunch of pep8 issues in
We decided a long time ago to enforce a code style via the package formally known as pep8. If I recall correctly, you use emacs. I suggest installing elpy in emacs and flake8 in your python enviroment to get pep8 linting in emacs. |
tacaswell
added this to the
2.0 (style change major release)
milestone
Jul 18, 2016
|
Removed the bilinear mods and corrected the pep8 issues @tacaswell |
tacaswell
merged commit 2bf445d
into matplotlib:master
Jul 19, 2016
tacaswell
removed the
needs_review
label
Jul 19, 2016
|
Documentation is someplace that we do not put enough effort into and this work is greatly appreciated. |
tacaswell
added a commit
that referenced
this pull request
Jul 19, 2016
|
|
tacaswell |
8396451
|
|
backported to v2.x as 2bf445d |
|
The backport is actually 8396451. |
mlub commentedJul 18, 2016
•
edited
These are fixes for all issues found in axes_grid, color, and
event_handling sections on the examples page.
axisartist/demo_curvelinear_grid.py - Set linewidth=2.0 and grid zorder=0 so
the plotted lines actually visible
event_handling/keypress_demo.py - added usage instruction as axes title
event_handling/lasso_demo.py - added usage instruction as axes title
event_handling/looking_glass.py - added usage instruction as axes title
event_handling/resample.py - removed scikits and hardcoded wave file dependencies
and instead create a sample signal within the script
event_handling/trifinder_event_demo.py - zip(l1,l2) call changed to
list(zip(l1,l2)) to be python3 compatible
event_handling/viewlims.py - The focus box that is supposed to appear in the
left axes when user zooms in the right axes wasn't visible. Set linewidth=1.0