Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitae9e739

Browse files
committed
Removed deprecated code from animation.py
Update 26865-AD.rstRemove deprecated code in animation.pyRemove deprecated code in animation.pydeprecated code removed in animation.pyRemoved deprecated code from animation.pyDocumented deprecated code from animation.pyRemoved deprecated code from animation.pydeprecated code removed in animation.py
1 parent04e1332 commitae9e739

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
``repeat``
2+
~~~~~~~~~~
3+
... of `.TimedAnimation` is removed without replacements.
4+
``save_count``
5+
~~~~~~~~~~~~~~
6+
... of `.FuncAnimation` is removed without replacements.

‎lib/matplotlib/animation.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,8 +1446,6 @@ def _step(self, *args):
14461446
self.event_source.interval=self._interval
14471447
returnTrue
14481448

1449-
repeat=_api.deprecate_privatize_attribute("3.7")
1450-
14511449

14521450
classArtistAnimation(TimedAnimation):
14531451
"""
@@ -1788,8 +1786,6 @@ def _draw_frame(self, framedata):
17881786
forainself._drawn_artists:
17891787
a.set_animated(self._blit)
17901788

1791-
save_count=_api.deprecate_privatize_attribute("3.7")
1792-
17931789

17941790
def_validate_grabframe_kwargs(savefig_kwargs):
17951791
ifmpl.rcParams['savefig.bbox']=='tight':

‎lib/matplotlib/animation.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ class Animation:
188188
defresume(self)->None: ...
189189

190190
classTimedAnimation(Animation):
191-
repeat:bool
192191
def__init__(
193192
self,
194193
fig:Figure,
@@ -204,7 +203,6 @@ class ArtistAnimation(TimedAnimation):
204203
def__init__(self,fig:Figure,artists:Sequence[Collection[Artist]],*args,**kwargs)->None: ...
205204

206205
classFuncAnimation(TimedAnimation):
207-
save_count:int
208206
def__init__(
209207
self,
210208
fig:Figure,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp