Skip to content

Request for XY-plotter #1697

Open
Open
@johan1937

Description

@johan1937

The serial plotter in the Arduino IDE does a fine job plotting one or several Y-axis values along the millisecond X-axis. I guess it could be a simple thing to do to include the possibility to plot an XY-chart of two values.
Simplest mode: just read two values from one line from the serial input and plot the corresponding pixel. This needs a clear button.
Advanced features: Have the pixels fade in some seconds. Draw a line from pixel to pixel. Draw a Bezier spline from pixel to pixel. Read two or more pairs of values from each line and plot them with different colours, scale the coordinate system dynamically.

This feature has been asked on the arduino.cc forum and in the comments people have suggested transfering the data to Excel to get it drawn, but that's not a realtime solution. You want to twist some knobs on your circuit while looking at a changing hysteresis curve.

Additional context

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: codeRelated to content of the project itselftype: enhancementProposed improvement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions