Lissajou figures

A place to just chat
Post Reply
rimvis91
Posts: 1
Joined: Fri Oct 04, 2019 7:24 pm

Fri Oct 04, 2019 7:28 pm

Hello,

Can someone explain how to plot lissajou figures using xy plot? Now i am getting a total mess, because it is constantly drawing on top rather than refreshing...

Thank you :)
philr
Posts: 446
Joined: Mon May 26, 2014 10:58 am

Mon Oct 07, 2019 8:55 am

Hi, you might be able to clear the plot inbetween your patterns?

Using the arduino library
MyPlot.Clear();

or manual serial message
{XYPLOT|CLEAR}

Phil
Post Reply