You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use the plotter of mu editor to plot a sin using the following code:
importtimeimportrandomfrommathimport*t=0whileTrue:
# Just keep emitting three random numbers in a Python tuple.time.sleep(0.5)
t+=0.1y=sin(t)
print("(",y,")")
My environment:
Windows Version 10.0
Mu Editor 1.2.0
However, as show on the following image the sin is not smooth and shows duplicate values in the plotter:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I tried to use the plotter of mu editor to plot a sin using the following code:
My environment:
However, as show on the following image the sin is not smooth and shows duplicate values in the plotter:
Beta Was this translation helpful? Give feedback.
All reactions