SVG-Plot bars - Start, Darstellung, Breite, Abstand, ...

Begonnen von cotecmania, 09 Januar 2014, 20:48:18

Vorheriges Thema - Nächstes Thema

cotecmania

Hallo,

kann man bei der Darstellung der Bars noch weitere Parameter mit angeben ?
Sieht etwas unglücklich aus, oder mache ich was falsch ...

Gruss

FHEM auf RaspberryPI B (buster)
2xCUL868 für MAX/Slow_RF, HM-LAN, JeeLink
MAX!/HM-Thermostate, FS20/HM-Rolladenschalter, FS20-EM, LevelJet-Ölstandsmessung, PCA301, IT, KM271, IPCAM, FireTAB10 FTUI

fiedel

Poste doch sinnvollerweise auch die Def., die Plotdatei und den relevanten Teil des Logfiles!
FeatureLevel: 6.1 auf Wyse N03D ; Deb. 11 ; Perl: v5.14.2 ; IO: HM-MOD-RPI-PCB + VCCU|CUL 868 V 1.66|LinkUSBi |TEK603
HM: SEC-SCO|SCI-3-FM|LC-SW4-PCB|ES-PMSW1-PL|RC-4-2|SEN-MDIR-O|SEC-WDS-2
CUL: HMS100TF|FS20 S4A-2 ; OWDevice: DS18S20|DS2401|DS2406|DS2423

cotecmania

Es geht hier doch rein um die allgemeine Darstellung von SVG-Plots als "bars" anstatt lines und die Anpassungsmöglichkeiten bzw. Darstellung.

... l1fill lw 1 with bars (anstatt "lines")

Bei "lines" zeichnet er ja auch nicht links über die Zahlen der Y-Achse drüber ...

Hier die Plot-Datei (Eigentlich power8)
# Created by FHEM/98_SVG.pm, 2014-01-09 22:35:59
set terminal png transparent size <SIZE> crop
set output '<OUT>.png'
set xdata time
set timefmt "%Y-%m-%d_%H:%M:%S"
set xlabel " "
set title '<L1>'
set ytics
set grid ytics
set ylabel "Verbrauch (W)"
set yrange [0:]

#FileLog 5:CUL_EM_1.cum_day\x3a:0:

plot "<IN>" using 1:2 axes x1y1 title 'Verbrauch' ls l1fill lw 1 with bars
FHEM auf RaspberryPI B (buster)
2xCUL868 für MAX/Slow_RF, HM-LAN, JeeLink
MAX!/HM-Thermostate, FS20/HM-Rolladenschalter, FS20-EM, LevelJet-Ölstandsmessung, PCA301, IT, KM271, IPCAM, FireTAB10 FTUI

rudolfkoenig

Alternativ kann man steps/fsteps/histeps verwenden.