File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
The Textbox widget lets users interactively provide text input, including
7
7
formulas. In this example, the plot is updated using the `.on_submit` method.
8
- This method triggers the execution of the ` submit` function when the user
9
- presses enter in the textbox or leaves the textbox.
8
+ This method triggers the execution of the * submit* function when the
9
+ user presses enter in the textbox or leaves the textbox.
10
10
11
- Note: The `Textbox ` widget is different from the following static elements:
12
- :doc:`/tutorials/text/annotations` and
11
+ Note: The `matplotlib.widgets.TextBox ` widget is different from the following
12
+ static elements: :doc:`/tutorials/text/annotations` and
13
13
:doc:`/gallery/recipes/placing_text_boxes`.
14
14
"""
15
15
You can’t perform that action at this time.
0 commit comments