Is there a way to remove the 'white space' from the left and right of the data? it seems to automatically be generated, but as you can see the white is quite a waste.
Cheers
Code: Select all
sqlite3 -csv /home/pi/temperature.db "select * from PivotTemps1min where timeslot > datetime('now','-1 hour');" | ploticus -png -o /home/pi/1h.png -prefab chron data=- delim=comma header=no gapmissing=yes unittype=datetime mode=line datefmt="yyyy-mm-dd.hh:MM" x=2 y=9 xinc="15 minute" legendfmt=singleline title="Temperature over the last 1 hour" xlbl="Time" xlbldet="adjust=0,-0.15" ylbl="°C" xstubfmt="hh:mm" autodays=yes yrange="10 30" xgrid=yes ygrid=yes name="Value" xmargin=0