diff --git a/docs/commandref.html b/docs/commandref.html index 09ab91546..d88a96019 100644 --- a/docs/commandref.html +++ b/docs/commandref.html @@ -157,6 +157,7 @@
Perl specials
+ gnuplot file syntax
@@ -8194,9 +8195,107 @@ isday

-
-
+ +

gnuplot file syntax

+ +The .gplot files are also used by the FHEMWEB/SVG module +when the plotmode attribute is set to SVG. In this case +only a subset of the .gnuplot attributes are used, and some lines have special +meanings: the difference will be explained in this chapter. See also this fhemwiki entry on +creating logs.
+Following is a minimal .gplot definition (valid only for plotmode SVG):
+
+  set terminal size <SIZE>
+  #FileLog 4:::
+  plot title 'Temperature' with lines
+
+The .gnuplot file consists of 3 parts: + + diff --git a/docs/pgm2-3.png b/docs/pgm2-3.png index 3b52f6d84..8d894cf07 100644 Binary files a/docs/pgm2-3.png and b/docs/pgm2-3.png differ