Replies: 1 comment 1 reply
-
Maybe somebody can offer some suggestions, but I suspect your issue is that you're not using Rich to render the plot. Your refresh_per_second is 0.1 which means it will refresh once every ten seconds. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I posted this issue on the the plotext issue board, but was unsure if this was a Rich issue. The issue is found here.
I tried to modify the example code that was raised in this issue that managed to get plotext working with Rich. This is a fairly minimal script that tries to plot a moving sine curve.
The problem is that it shows a lot of flickering.
I am very new to coding with Python so I'm sure there are things that I'm doing that are not right. Possible issues might be around the
def make_plot
section, or the section when I initialise the plots, or the final Live section.Beta Was this translation helpful? Give feedback.
All reactions