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

Skip to content

Commit 64384a3

Browse files
committed
Merge pull request matplotlib#2948 from tacaswell/qt_repaint_doc
DOC : added missing doc changes from matplotlib#2844
2 parents d0250b4 + 212c97c commit 64384a3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2014-02-25 In backend_qt4agg changed from using update -> repaint under
2+
windows. See comment in source near `self._priv_update` for
3+
longer explaination.
4+
15
2014-03-27 Added tests for pie ccw parameter. Removed pdf and svg images
26
from tests for pie linewidth parameter.
37

doc/users/whats_new.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ added. Furthermore, the the subplottool is now implemented as a modal
213213
dialog. It was previously a QMainWindow, leaving the SPT open if one closed the
214214
plotwindow.
215215

216+
Interactive performance of the Qt4 backend has been dramatically improved
217+
under windows.
218+
216219
Cairo backends
217220
``````````````
218221

0 commit comments

Comments
 (0)