Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!204.52.135.9.MISMATCH!newsfeed.hal-mli.net!feeder1.hal-mli.net!69.16.185.11.MISMATCH!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: sfeam Newsgroups: comp.graphics.apps.gnuplot Subject: Re: how to display mouse tracking box in gnuplot canvas terminal Date: Mon, 25 Jun 2012 07:49:32 -0700 (PDT) Organization: http://groups.google.com Lines: 25 Message-ID: References: <3f292874-db7c-4f06-8a0b-be6479cade21@s6g2000pbi.googlegroups.com> <059a5e9c-f38c-4eea-ba77-c8752e760206@g4g2000pbn.googlegroups.com> NNTP-Posting-Host: 164.54.90.249 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1340635772 9135 127.0.0.1 (25 Jun 2012 14:49:32 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 25 Jun 2012 14:49:32 +0000 (UTC) In-Reply-To: <059a5e9c-f38c-4eea-ba77-c8752e760206@g4g2000pbn.googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=164.54.90.249; posting-account=sjOCnwkAAACz6V26xOJmyBuBLUSoj8_Z User-Agent: G2/1.0 X-Received-Bytes: 2105 Xref: csiph.com comp.graphics.apps.gnuplot:1222 On Monday, June 25, 2012 12:02:45 AM UTC-7, jaya choudhary wrote: > Hi sfeam, > Thanks for the reply. The zoom operation is not working. When I rt. > click the mouse and drag a certain area gets highlighted and then the > entire plot disappears. I do not recall ever encountering that failure mode. You will probably need to debug it in the browser's javascript console. > >make -f Makefile.canvas fishplot.html > I copied fishplot.js to ...demo/html > and ran the given command . I get the following error > make: *** No rule to make target `fishplot.html'. Stop. The Makefile exists to build the demos. It has a rule for *.dem -> *.html So you need to rename your gnuplot script to fishplot.dem and then the Makefile will know how to create matching *.js and *.html files. > >Also, I am not clear about how to use webify? It is called by the Makefile. You need not call it directly.