|
From: Tatsuro M. <tma...@ya...> - 2009-02-27 04:48:36
|
Hello I have misled about CANVAS_JSDIR, CANVAS_ENH, CANVAS_NOENH, and CANVAS_OTHER. The location /usr/local/share/gnuplot/<version>/js only for unixy environments. I could like to confirm the following 1. Files in the directry ...../js are to be placed in the suitable place in the distribution. For the example, windows distribution ...../share/js like as .../share/postscript seems to be suitable. 2.The directriy where the javascript library files and gnuplot.css are located in the document of the distribution. 3.In makefile.xxx, operations for installing javascript library files and gnuplot.css to $(DESTDIR)/$(GNUPLOT_CANVAS_JSDIR) are to be described. Are my recognition right? I will wait comments on this matter. Regards Tatsuro --- Tatsuro MATSUOKA wrote: > Hello > > In the gnuplot help, > > The default standalonemode creates an html page containing javascript code that renders the plot > using > the HTML 5 canvas element.The html page links to a javascript library 'canvastext.js'.By default > this > is a link to a local file,usually in directory /usr/local/share/gnuplot/<version>/js.You can > change > this by using the jsdiroption to set the directory to either a local file or a general URL.The > latter > is usually appropriate if the plot is exported for viewing on remote client machines. > > are described. > > The above description : > > The html page links to a javascript library 'canvastext.js'. By default this is a link to a > local > file,usually in directory /usr/local/share/gnuplot/<version>/js. > > seems to be effective for binaries generated through configure script. > > Binaries generarted by directly through the platform dependent make file (e.g. makefile.mgw, > makefile.dj2, and so on) seems to not be considered concerning the directry of > > 'canvastext.js' > > I think that each makefile should be modified from this point > > I have a look at canvas.trm > > The below > CANVAS_JSDIR > CANVAS_ENH > CANVAS_NOENH > CANVAS_OTHER > > should be defined in the makefile ? right > > Can the 'CANVAS_JSDIR' be treat as that of GNUPLOT_PS_DIR? > How other flags CANVAS_ENH, CANVAS_NOENH, CANVAS_OTHER be treated? > > Regards > > Tatsuro > > > -------------------------------------- > Power up the Internet with Yahoo! Toolbar. > http://pr.mail.yahoo.co.jp/toolbar/ > -------------------------------------- Power up the Internet with Yahoo! Toolbar. http://pr.mail.yahoo.co.jp/toolbar/ |