This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Flickering on live plotting with Rich (plotext and matplotlib) #1948
Labels
You can continue the conversation there. Go to discussion →
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.The text was updated successfully, but these errors were encountered: