Web Plotter


Different implementations for Web-based interactive plotting in Ch.

  • CGI-Based Plotting Using Functions

    This implementation used dynamically created CGI programs that run on the Web server to produce plots with data from functions.

  • CGI-Based Plotting Using Data

    This implementation used dynamically created CGI programs that run on the Web server to produce plots with given data.

  • WCGI-Based Plotting Using Functions

    This implementation used dynamically created WCGI programs in UNICODE that run on the Web server to produce plots with data from functions.
  • Ch Applet Based Plotting Using Functions

    This implementation uses a dynamically created Ch applet that runs on the client machine to produce plots with data from functions. This implementation requires that Ch be installed on the client machine.

  • Ch Applet Based Plotting Using Data

    This implementation uses a dynamically created Ch applet that runs on the client machine to produce plots with given data. This implementation requires that Ch be installed on the client machine.


  • Powered by Ch