27#ifndef PLOT_TOKEN_SIZE
28#define PLOT_TOKEN_SIZE 4
41void plotToken(PlotToken type,
const char* token);
44const char* plotToken(PlotToken type);
47void plotPrecision(
int digits);
53size_t plot(
double value);
56size_t plot(
const char label[],
double value);
59size_t plot(
const __FlashStringHelper * label,
double value);
62size_t plot(
const String &label,
double value);