8000 Add what's new about button widget blitting · matplotlib/matplotlib@2eeaae8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2eeaae8

Browse files
committed
Add what's new about button widget blitting
1 parent 3351bb0 commit 2eeaae8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Blitting in Button widgets
2+
--------------------------
3+
4+
The `.Button`, `.CheckButtons`, and `.RadioButtons` widgets now support
5+
blitting for faster rendering, on backends that support it, by passing
6+
``useblit=True`` to the constructor. Blitting is enabled by default on
7+
supported backends.

0 commit comments

Comments
 (0)
0