How to plot an xy signal

Hey everyone,

The intention is to use .plot on a function or create a Plotter object for a signal with a visual response equivalent to an xy graph or Lissajous curves.

This occurs when using .scope or creating a Stethoscope() and setting .style_(2).

The Stethoscope creates a real-time response… the intent is a rendered still frame of the signal graph in xy mode.

I think Plotter can’t do this.

You could do it yourself with UserView and Pen. (Or maybe someone already wrote that code, but I’m not aware of it.)

hjh