mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 20:24:36 +00:00
98_SVG.pm: fix plotReplavce doc (Forum #104935)
git-svn-id: https://svn.fhem.de/fhem/trunk@20447 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e1787f7d66
commit
1e417b3fcf
@ -2626,13 +2626,11 @@ plotAsPng(@)
|
|||||||
enclosed in "" or {}. value will be evaluated as a perl expression, if it
|
enclosed in "" or {}. value will be evaluated as a perl expression, if it
|
||||||
is enclosed in {}.
|
is enclosed in {}.
|
||||||
<br>
|
<br>
|
||||||
In the .gplot file <key> is replaced with the corresponding value,
|
In the .gplot file <key> and %key% will be replaced with the
|
||||||
the evaluation of {} takes place <i>after</i> the input file is
|
corresponding value. The evaluation of <key> takes place after the
|
||||||
processed, so $data{min1} etc can be used.
|
input file is processed, so e.g. $data{min1} can be used in the title.
|
||||||
<br>
|
%key% will be repaced before the input file is processed, this expression
|
||||||
%key% will be repaced <i>before</i> the input file is processed, this
|
can be used to replace parameters for the input processing. </li><br>
|
||||||
expression can be used to replace parameters for the input processing.
|
|
||||||
</li><br>
|
|
||||||
|
|
||||||
<li><a href="#plotsize">plotsize</a></li><br>
|
<li><a href="#plotsize">plotsize</a></li><br>
|
||||||
<li><a href="#plotWeekStartDay">plotWeekStartDay</a></li><br>
|
<li><a href="#plotWeekStartDay">plotWeekStartDay</a></li><br>
|
||||||
@ -2865,14 +2863,11 @@ plotAsPng(@)
|
|||||||
enthalten, falls es in "" oder {} eingeschlossen ist. Wert wird als
|
enthalten, falls es in "" oder {} eingeschlossen ist. Wert wird als
|
||||||
perl-Ausdruck ausgewertet, falls es in {} eingeschlossen ist.
|
perl-Ausdruck ausgewertet, falls es in {} eingeschlossen ist.
|
||||||
<br>
|
<br>
|
||||||
In der .gplot Datei werden <Name> Zeichenketten durch den
|
In der .gplot Datei wird <Name> und %Name% durch den
|
||||||
zugehoerigen Wert ersetzt, die Auswertung von {} Ausdrücken erfolgt
|
zugehörigen Wert ersetzt, wobei <Name> nach der Extraktion der
|
||||||
<i>nach</i> dem die Daten ausgewertet wurden, d.h. man kann hier
|
Logdaten ersetzt wird, damit man auf Werte wie $data{min1} zugreifen
|
||||||
$data{min1},etc verwenden.
|
kann, und %Name% davor, damit man die Regeln in der .gplot Datei für
|
||||||
<br>
|
die Extraktion anpassen kann.</li><br>
|
||||||
Bei %Name% erfolgt die Ersetzung <i>vor</i> der Datenauswertung, das kann
|
|
||||||
man verwenden, um Parameter für die Auswertung zu ersetzen.
|
|
||||||
</li><br>
|
|
||||||
|
|
||||||
<li><a href="#plotsize">plotsize</a></li><br>
|
<li><a href="#plotsize">plotsize</a></li><br>
|
||||||
<li><a href="#plotWeekStartDay">plotWeekStartDay</a></li><br>
|
<li><a href="#plotWeekStartDay">plotWeekStartDay</a></li><br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user