File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ The following instance attributes are set at instantiation:
93
93
* keypress associated with the Tool Keymap
94
94
* Call to navigation.trigger_tool(name)
95
95
* set_figure(self, figure): Set the figure and navigation attributes
96
- * destroy(self, *args): Destroy the `Tool` graphical interface (if exists)
96
+ * `` destroy(self, *args) `` : Destroy the `Tool ` graphical interface (if exists)
97
97
98
98
**Available Tools **
99
99
* ToolQuit
@@ -150,7 +150,7 @@ Public methods for **User use**:
150
150
None
151
151
* get_tool_keymap(self, name): Return a list of keys that are
152
152
associated with the tool
153
- * set_tool_keymap(self, name, *keys): Set the keys for the given tool
153
+ * set_tool_keymap(self, name, `` *keys `` ): Set the keys for the given tool
154
154
* remove_tool(self, name): Removes tool from the navigation control.
155
155
* add_tools(self, tools): Add multiple tools to `Navigation `
156
156
* add_tool(self, name, tool, group=None, position=None): Add a tool
You can’t perform that action at this time.
0 commit comments