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 : fix MEP22 markup
  • Loading branch information
tacaswell committed Mar 30, 2015
commit e680cd27246bd5394a34aa7c7f0516261fad41e5
4 changes: 2 additions & 2 deletions doc/devel/MEP/MEP22.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The following instance attributes are set at instantiation:
* keypress associated with the Tool Keymap
* Call to navigation.trigger_tool(name)
* set_figure(self, figure): Set the figure and navigation attributes
* destroy(self, *args): Destroy the `Tool` graphical interface (if exists)
* ``destroy(self, *args)``: Destroy the `Tool` graphical interface (if exists)

**Available Tools**
* ToolQuit
Expand Down Expand Up @@ -150,7 +150,7 @@ Public methods for **User use**:
None
* get_tool_keymap(self, name): Return a list of keys that are
associated with the tool
* set_tool_keymap(self, name, *keys): Set the keys for the given tool
* set_tool_keymap(self, name, ``*keys``): Set the keys for the given tool
* remove_tool(self, name): Removes tool from the navigation control.
* add_tools(self, tools): Add multiple tools to `Navigation`
* add_tool(self, name, tool, group=None, position=None): Add a tool
Expand Down
0