Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #1222

Re: how to display mouse tracking box in gnuplot canvas terminal

From sfeam <eamerritt@gmail.com>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: how to display mouse tracking box in gnuplot canvas terminal
Date 2012-06-25 07:49 -0700
Organization http://groups.google.com
Message-ID <d85234d7-4ff0-4f3f-84dc-5dba51c1eb65@googlegroups.com> (permalink)
References <3f292874-db7c-4f06-8a0b-be6479cade21@s6g2000pbi.googlegroups.com> <js3ah2$tbp$1@dont-email.me> <059a5e9c-f38c-4eea-ba77-c8752e760206@g4g2000pbn.googlegroups.com>

Show all headers | View raw


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.

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

how to display mouse tracking box in gnuplot canvas terminal jaya choudhary <cse.jaya@gmail.com> - 2012-06-22 02:46 -0700
  Re: how to display mouse tracking box in gnuplot canvas terminal sfeam <sfeam@users.sourceforge.net> - 2012-06-22 19:43 -0700
    Re: how to display mouse tracking box in gnuplot canvas terminal jaya choudhary <cse.jaya@gmail.com> - 2012-06-25 00:02 -0700
      Re: how to display mouse tracking box in gnuplot canvas terminal sfeam <eamerritt@gmail.com> - 2012-06-25 07:49 -0700
        Re: how to display mouse tracking box in gnuplot canvas terminal jaya choudhary <cse.jaya@gmail.com> - 2012-06-26 04:03 -0700

csiph-web