I want to put a jpg image as background for a gnuplot output file. The goal is to have a nice looking web based weather station.
Right now I'm using gnuplot png output with transparent background setting and then setting a background image in the html code. But the result looks funky around the text. Check out the current state at :
http://drgert.dyndns.ws:8000/bmp085/bmp085.php
So I was thinking it might be better to set the background in gnuplot itself. I can set a background using a rectangle object to cover the plot area. But is it possible to use a jpg in that rectangle?
Thanks, Gert