Title: Timer + long-running callback expectations · Issue #29029 · matplotlib/matplotlib · GitHub
Open Graph Title: Timer + long-running callback expectations · Issue #29029 · matplotlib/matplotlib
X Title: Timer + long-running callback expectations · Issue #29029 · matplotlib/matplotlib
Description: Do we want to say anything about how we expect our event timers to behave with regard to when they fire? Should a timer be ticking continuously and firing when requested regardless of other tasks occurring (maybe in a separate thread), o...
Open Graph Description: Do we want to say anything about how we expect our event timers to behave with regard to when they fire? Should a timer be ticking continuously and firing when requested regardless of other tasks o...
X Description: Do we want to say anything about how we expect our event timers to behave with regard to when they fire? Should a timer be ticking continuously and firing when requested regardless of other tasks o...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/29029
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Timer + long-running callback expectations","articleBody":"Do we want to say anything about how we expect our event timers to behave with regard to when they fire? Should a timer be ticking continuously and firing when requested regardless of other tasks occurring (maybe in a separate thread), or should the timers fire at (time in callback + interval)?\r\n\r\nFollowing up with some results about what the various backends currently do for callbacks that last longer than the timers with the following test script that will either print ~1/second or every 2-seconds.\r\n\r\n```python\r\nimport time\r\nimport matplotlib.pyplot as plt\r\n\r\nfig = plt.figure()\r\n\r\ndef on_timer():\r\n print(time.ctime())\r\n time.sleep(1)\r\n\r\ntimer = fig.canvas.new_timer(interval=1000)\r\ntimer.add_callback(on_timer)\r\ntimer.start()\r\nfig.canvas.start_event_loop(10)\r\n```\r\n\r\n**macos:** 2-seconds\r\n**tkagg:** 2-seconds\r\n**qtagg:** 1-second\r\n**gtk4agg:** 1-second\r\n**wxagg:** 2-seconds\r\n\r\nSo I can't say we have a standard right now, or if we should even try to set an expectation of one or the other cases to make things consistent.\r\n\r\n_Originally posted by @greglucas in https://github.com/matplotlib/matplotlib/pull/29023#discussion_r1817600768_\r\n ","author":{"url":"https://github.com/greglucas","@type":"Person","name":"greglucas"},"datePublished":"2024-10-28T17:08:06.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":10},"url":"https://github.com/29029/matplotlib/issues/29029"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:51b269d6-ce4e-df34-1c47-e8433ae18e5a |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | AD68:2A0782:280EF6:354DFE:6A52EA93 |
| html-safe-nonce | acb8f3217a49018aa7021da4f86d56f9823db3193f4ecef7c5b39989202913e7 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBRDY4OjJBMDc4MjoyODBFRjY6MzU0REZFOjZBNTJFQTkzIiwidmlzaXRvcl9pZCI6Ijk0NjM0NzkyNDY0MzgzNDUxNiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 7dc84bd5f53e091d1d9ba6a26d1a416604bdcf0b6ae95cb95db3e63b507b229e |
| hovercard-subject-tag | issue:2619011019 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/matplotlib/matplotlib/29029/issue_layout |
| twitter:image | https://opengraph.githubassets.com/ea78c180955208840bd874dbe58de9ff38b114936ce0ede4753e41be74b09320/matplotlib/matplotlib/issues/29029 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/ea78c180955208840bd874dbe58de9ff38b114936ce0ede4753e41be74b09320/matplotlib/matplotlib/issues/29029 |
| og:image:alt | Do we want to say anything about how we expect our event timers to behave with regard to when they fire? Should a timer be ticking continuously and firing when requested regardless of other tasks o... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | greglucas |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| go-import | github.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git |
| octolytics-dimension-user_id | 215947 |
| octolytics-dimension-user_login | matplotlib |
| octolytics-dimension-repository_id | 1385122 |
| octolytics-dimension-repository_nwo | matplotlib/matplotlib |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 1385122 |
| octolytics-dimension-repository_network_root_nwo | matplotlib/matplotlib |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 07a982c1d40157c619b364352b704c3ce66bb332 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width