Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/usage/advanced/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -685,12 +685,12 @@ self-replacing mjpeg like from an ESP32-Cam. It could also display images hosted
The plotter widget allows plotting data on a graph:
{{ easy_image(src="plotter-widget", width=300, center=true) }}

Configuration options are provided for selecting the [data-lake variable](#data-lake) to plot, and
modifying basic appearance characteristics:
Configuration options are provided for selecting the [data-lake variable](#data-lake) to plot, some common
statistics from the plotted data (and their decimal resolution), and basic appearance characteristics:
{{ easy_image(src="plotter-config", width=450, center=true) }}

It is possible to change the decimal resolution of the displayed statistics, and the limit the number
of plotted samples to improve visibility and performance.
It is also possible to control the number of plotted samples and the vertical range of the graph,
to improve visibility and/or performance.

#### Do It Yourself (DIY) Widget

Expand Down
Binary file modified content/usage/advanced/plotter-config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/usage/advanced/plotter-widget.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.