MakeGraphJpeg

This application saves a graph file as a jpeg. The graph file is a single or multi-column ASCII (text) file that contains floating point numbers (Y values)
 
 


Invocation

java  MakeGraphJpeg
This starts up the java interpreter and runs the MakeGraphJpeg application. You need to have set up your environment for java in order for this to work.


MakeGraphJpeg window

This is an all java application (no C/C++ back-end) that uses new jpeg encoder that is shipped with Sun's java 1.4. MakeGraphJpeg also has a no GUI mode, where it produces a Jpeg image without displaying any graphical components.

Usage: java MakeGraphJpeg [-nogui] <graph text file>  [output filename]
 
 

Information to be entered



Last updated Tue Feb 18 10:38:09 EST 2003