Skip to content

Fixed ZoomPanBase to work with log plots #4970

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 6 commits into from
Nov 3, 2015
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
fix documentation typo, change result to bbox
  • Loading branch information
jrmlhermitte committed Oct 19, 2015
commit abf11f78fdbb0886008dfcdd46c52ab9af0c1eb3
4 changes: 2 additions & 2 deletions lib/matplotlib/axes/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3323,9 +3323,9 @@ def _set_view_from_bbox(self, bbox, direction='in',
----------

bbox : 4-tuple or 3 tuple
* If result is a 4 tuple, it is the selected bounding box limits,
* If bbox is a 4 tuple, it is the selected bounding box limits,
in *display* coordinates.
* If result is a 3 tuple, it is an (xp, yp, scl) triple, where
* If bbox is a 3 tuple, it is an (xp, yp, scl) triple, where
(xp,yp) are the center of zoom and scl the scale factor to zoom
Copy link
Member

Choose a reason for hiding this comment

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

"is the center of zooming"

by
Copy link
Member

Choose a reason for hiding this comment

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

Missing period.


Expand Down