8000 Massive MEP move by tacaswell · Pull Request #4293 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Massive MEP move #4293

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 23 commits into from
Mar 30, 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
DOC : really fix MEP09 formatting
  • Loading branch information
tacaswell committed Mar 29, 2015
commit 292a9a23080d86afd0cc73cecf3dfefd65ad3690
8 changes: 5 additions & 3 deletions doc/devel/MEP/MEP09.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,14 @@ Implementation
interactivity manager has a consistent interface for the
interactivity manager to deal with. The proposed methods to add to
the artists, if they are to support interactivity, are:

* get_pixel_position_ll(self): get the pixel position of the lower
left corner of the artist's bounding box
left corner of the artist's bounding box
* get_pixel_size(self): get the size of the artist's bounding box,
in pixels
in pixels
* set_pixel_position_and_size(self,x,y,dx,dy): set the new size of
the artist, such that it fits within the specified bounding box.
the artist, such that it fits within the specified bounding box.

* add capability to the backends to 1) provide cursors, since these
are needed for visual indication of moving/resizing, and 2) provide
a function that gets the current mouse position
Expand Down
0