|
From: Ralf J. <jue...@cs...> - 2008-12-28 23:30:08
|
Hello, I am working on a language interface for gnuplot which is pretty close to the gnuplot plotting command language. For instance, for every plotting style my interface has a corresponding function for adding a line to a graph/plot. I want to take advantage of this close correspondence and refer to the gnuplot online documentation in the help texts for my interface. I see that the online documentation for the current development version has anchors to the plotting styles, like http://www.gnuplot.info/docs_4.3/gnuplot.html#lines. Will this url eventually be http://www.gnuplot.info/docs/gnuplot.html#lines ? The current link to plotting style 'lines' is http://www.gnuplot.info/docs/node254.html which does not look like a stable url. Are there plans for more stable and systematic urls to the gnuplot online documentation? Thanks, Ralf |