Skip to content

Commit d10aacf

Browse files
authored
Merge pull request #16237 from meeseeksmachine/auto-backport-of-pr-16235-on-v3.1.x
Backport PR #16235 on branch v3.1.x (FIX: AttributeError in TimerBase.start)
2 parents 58016b7 + f32f433 commit d10aacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ def start(self, interval=None):
11101110
if provided.
11111111
"""
11121112
if interval is not None:
1113-
self._set_interval(interval)
1113+
self.interval = interval
11141114
self._timer_start()
11151115

11161116
def stop(self):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy