divgraph.js is a general-purpose graphing package that can be incorporated into any web page to enable real-time dynamic graphing of data.

divgraph.htm will run from a command line having any one of the following formats:

divgraph.htm?f(x);infoparameter=value;infoparameter=value;...
divgraph.htm?x,y,x,y,...;infoparameter=value;infoparameter=value;...
divgraph.htm?[x,y,color,label],[x,y,color,label]...;infoparameter=value;infoparameter=value;...

It is recommended that these be opened using the target=_new in the "a" tag.

For a full listing of parameters, see info.htm.

Command-Line examples include:

divgraph.htm?x^2;winwidth=300;xmin=-10;xmax=10
divgraph.htm?2,3,4,5,6,7;winwidth=300;xmin=ymin=-10;xmax=ymax=10;ptsize=4;linewidth=1;dotrendline=true;trendlabely=180;trendlabelx=150
divgraph.htm?[3,3,red],[4,4,blue,testing];winwidth=300;xmin=-10;xmax=10

For detailed examples of using the divgraph.js package, see examples.htm.

Comments are very much appreciated. This is a work in progress.

Bob Hanson