Help with SVG plots (pgm2) - set range / noautoscaling

Begonnen von lostboy, 06 Dezember 2013, 21:00:24

Vorheriges Thema - Nächstes Thema

lostboy

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

fruit

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' ).
Feel free to follow up in German if you prefer

lostboy

Thanks, I'd forgotten/ignored the square brackets - all good now.

Chris