Skip to content

Commit f32f433

Browse files
tacaswellmeeseeksmachine
authored andcommitted
Backport PR #16235: FIX: AttributeError in TimerBase.start
1 parent 58016b7 commit f32f433

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