Most aspects of a plots appearance can be controlled using commands sent from your Arduino sketch. These methods apply to both Time Plots and XY-Plots. They are included the Arduino Time Plot and [...]
Series styles set the color, marker and line-styles of series plotted on graphs. Series properties can be set by: using the SetSeriesProperties(…) function in your Arduino sketch (see [...]
There comes a time in every Arduino programmer’s life when the Arduino IDE just isn’t enough anymore. Don’t get me wrong; that basic editor with its handy examples and simple [...]