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


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

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

From jaya choudhary <cse.jaya@gmail.com>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: how to display mouse tracking box in gnuplot canvas terminal
Date 2012-06-26 04:03 -0700
Organization http://groups.google.com
Message-ID <3da428f7-3703-4da9-845c-97556a467b5a@e7g2000pbg.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> <d85234d7-4ff0-4f3f-84dc-5dba51c1eb65@googlegroups.com>

Show all headers | View raw


Hi,

> 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.

As per your suggestion I renamed, fishplot.js to fishplot.dem
Still, make command gave the same error:
 make -f Makefile.canvas fishplot.html
make: *** No rule to make target `fishplot.html'.  Stop.

Meanwhile, I tried this script(to directly generate html instead of
first generating .js and then writing html file to wrap it) and it
worked:
 set term canvas standalone mousing
 set out test.html
 plot sin(x)

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious 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