Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104f385 commit 4f6b9f3Copy full SHA for 4f6b9f3
examples/widgets/textbox.py
@@ -5,11 +5,11 @@
5
6
The Textbox widget lets users interactively provide text input, including
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.
+This method triggers the execution of the *submit* function when the
+user presses enter in the textbox or leaves the textbox.
10
11
-Note: The `Textbox` widget is different from the following static elements:
12
-:doc:`/tutorials/text/annotations` and
+Note: The `matplotlib.widgets.TextBox` widget is different from the following
+static elements: :doc:`/tutorials/text/annotations` and
13
:doc:`/gallery/recipes/placing_text_boxes`.
14
"""
15
0 commit comments