|
From: Tatsuro M. <tma...@ya...> - 2009-02-26 07:30:50
|
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/ |