|
From: Tatsuro M. <tma...@ya...> - 2009-02-27 06:14:47
|
Hello --- Ethan A Merritt wrote: > It is a little bit different. > > The PostScript files are needed when the program is run, so they must be stored in > a directory that is convenient at run-time so that the gnuplot program can find them. > > The javascript files, however, are only needed when the plot is viewed. > They need to be stored in a directory that is accessible to the intended viewer. > I think that the primary use for the canvas driver will be to make web pages > for remote machines to view. That means that the javascript files should > be in a directory that is part of the web site, so that the web server can > export them. Gnuplot itself does not need to see these files. > > However, it is good to keep also a local copy of the javascript files so that > the user can test out the plots locally before placing them on a web site. > For this purpose it makes sense to put copies in a directory parallel to the > PostScript files. > > Ethan > I understand. Thank you. In my distruibution, I have already included javascript files in the ..../binaries/share/js directry. However, By default this is a link to a local file,usually in directory /usr/local/share/gnuplot/<version>/js. is not true for windows, dj2 and so on (except for cygwin). I propose that the description of javascript files is added into the document file in the distrubuion package. The above sentence will be like in the following: By default this is a link to a local file,usually in directory /usr/local/share/gnuplot/<version>/js for unixy environments. For other platform, see the explanation in the document in the distribution packages. I am not good at English so that someone arrange the above and modify gnuplot.doc. Regards Tatsuro -------------------------------------- Power up the Internet with Yahoo! Toolbar. http://pr.mail.yahoo.co.jp/toolbar/ |