FHEM Forum

FHEM => English Corner => Thema gestartet von: lostboy am 06 Dezember 2013, 21:00:24

Titel: Help with SVG plots (pgm2) - set range / noautoscaling
Beitrag von: lostboy am 06 Dezember 2013, 21:00:24
Hi, I'm using FHEM 5.5 on windows (ActivePerl) and trying to change the display of my FHT graphs to disable the autoscaling. I want to set exactly the same scale for the graphs for each device.

I have tried editing the individual .gplot files, but they seem to ignore the 'set noautoscale', and set yrange... etc., commands.

Can anyone suggest if I'm doing something wrong, or there's another way to do this?

Thanks

Chris
Titel: Antw:Help with SVG plots (pgm2) - set range / noautoscaling
Beitrag von: fruit am 06 Dezember 2013, 21:50:00
set yrange [0:100]
set y2range [0:100]

and variation have worked for me (trial and error to start with - but it is in commadref under 'gnuplot file syntax' ).
Titel: Antw:Help with SVG plots (pgm2) - set range / noautoscaling
Beitrag von: lostboy am 06 Dezember 2013, 23:29:48
Thanks, I'd forgotten/ignored the square brackets - all good now.

Chris