Grapher: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m fix invented words |
||
Line 1: | Line 1: | ||
A simple XY graphing program. It will read in just about any sort of | 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
- Freeware
- Author: Rusty Jewett
Links
- [graph3.zip]