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 4c594b2 commit 3d2bbe3Copy full SHA for 3d2bbe3
doc/api/animation_api.rst
@@ -97,6 +97,11 @@ this hopefully minimalist example gives a sense of how ``init_func``
97
and ``func`` are used inside of `FuncAnimation` and the theory of how
98
'blitting' works.
99
100
+.. note::
101
+
102
+ The zorder of artists is not taken into account when 'blitting'
103
+ because the 'blitted' artists are always drawn on top.
104
105
The expected signature on ``func`` and ``init_func`` is very simple to
106
keep `FuncAnimation` out of your book keeping and plotting logic, but
107
this means that the callable objects you pass in must know what
0 commit comments