X-Received: by 10.66.82.37 with SMTP id f5mr42422pay.27.1359430273804; Mon, 28 Jan 2013 19:31:13 -0800 (PST) X-Received: by 10.50.5.174 with SMTP id t14mr1250755igt.11.1359430273762; Mon, 28 Jan 2013 19:31:13 -0800 (PST) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!nntp.club.cc.cmu.edu!newsfeed.news.ucla.edu!usenet.stanford.edu!f6no14627962pbd.1!news-out.google.com!s9ni16233pbb.0!nntp.google.com!f6no14627956pbd.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Mon, 28 Jan 2013 19:31:13 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=202.3.77.183; posting-account=-3qPjwoAAAAWq82jMTlGnPtkkPaDEAee NNTP-Posting-Host: 202.3.77.183 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: plotting data over png image From: awimagic@gmail.com Cc: sfeam@users.sourceforge.net Injection-Date: Tue, 29 Jan 2013 03:31:13 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.graphics.apps.gnuplot:1589 On Monday, January 28, 2013 8:22:28 AM UTC+5:30, sfeam wrote: > > You can assign an origin and scale to the PNG image using the keywords > > origin= coordinates of the lower left corner > > dx= units per pixel > > dy= units per pixel > > > > The online demo collection has this example: > > > > http://gnuplot.sourceforge.net/demo/barchart_art.html > excellent! many thanks p [-1:15][-1:15] 'cave.png' binary filetype=png origin=(-1,-1) dx=0.032 dy=0.032 w rgbimage, 'all.txt' u 2:3 w l achieves what i want. except the overlaying of a grid on top. guess the png is hiding the grid lines.