Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f5e43c1

Browse files
committed
Whats new
1 parent d872348 commit f5e43c1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

doc/users/whats_new/rcparams.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ default), ``'left'``, ``'right'``, ``'bottom'``, ``'top'`` and ``'none'``.
6161
Added "toolmanager" to "toolbar" possible values
6262
````````````````````````````````````````````````
6363

64-
The new value enables the use of ``ToolManager``
64+
The new value enables the use of ``ToolManager``. Note at the moment we
65+
release this for feedback and should get treated as experimental until further
66+
notice.
6567

6668

6769
Added ``axes.labelpad``

doc/users/whats_new/toolmanager.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ The `Toolbars` are replaced for `ToolContainers` that are just GUI interfaces to
1212

1313

1414
.. note::
15-
For the moment the `ToolManager` is working only with `GTK3` and `Tk` backends.
16-
Make sure you are using one of those.
15+
At the moment we release this primarily for feedback purposes and should
16+
get treated as experimental until further notice as API changes will occur.
17+
For the moment the `ToolManager` works only with the `GTK3` and `Tk` backends.
18+
Make sure you use one of those.
1719
Port for the rest of the backends is comming soon.
1820

1921
To activate the `ToolManager` include the following at the top of your file:

0 commit comments

Comments
 (0)