Grapher: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Jugbogdan (talk | contribs)
mNo edit summary
Jugbogdan (talk | contribs)
m fix invented words
Line 1: Line 1:
A simple XY graphing program. It will read in just about any sort of columnated text file (no matter what the delimiters are), as long as it contains only numbers. It will crash if you try to input a binary file, but behaves OK if you accidently tell it to open a text file without any numbers.
A simple XY graphing program. It will read in just about any sort of columned text file (no matter what the delimiters are), as long as it contains only numbers. It will crash if you try to input a binary file, but behaves OK if you accidentally tell it to open a text file without any numbers.


==License==
==License==

Revision as of 04:41, 6 January 2020

A simple XY graphing program. It will read in just about any sort of columned text file (no matter what the delimiters are), as long as it contains only numbers. It will crash if you try to input a binary file, but behaves OK if you accidentally tell it to open a text file without any numbers.

License

Links

  • [graph3.zip]