You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are fixes for all issues found in axes_grid, color, and
event_handling sections on the examples page.
axis_grid/demo_colorbar_with_inset_locator.py - changed interpolation from the
default(previously bilinear now none) to 'bilinear' to match 1.5.1 example
axes_grid1/simple_axesgrid.py - set interpolation to bilinear
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 gtk and hardcoded wave file dependencies
and just created 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
0 commit comments