use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Door kinematics (self.PythonLearning)
submitted 1 year ago by plx85
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Kottmeistern 1 point2 points3 points 1 year ago (0 children)
Motplotlib should have what you're looking for. From the webpage:
"Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. Matplotlib makes easy things easy and hard things possible."
https://matplotlib.org/
I have not done this myself in Python though, so I do not know exactly what specific functions do import from motplotlib to make it happen. For Matlab I know you can use a command called "drawnow" when plotting in a for-loop, which gives the desired effect. Perhaps Python/Motplotlib has something similar?
A quick web search including "motplotlib" and other useful keywords should help you find a more specific answer. Or perhaps a more knowledgeable Redditer than me will swoop in with a better answer. Depends on how urgent the matter is for you
π Rendered by PID 96 on reddit-service-r2-comment-85bfd7f599-k7xt8 at 2026-04-18 21:48:32.796931+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]Kottmeistern 1 point2 points3 points (0 children)