Writing a new graphing program
Since I’m starting to take measurements based on time and value along with multiple data sets, I’ve decided that I need a new graphing program. This one will allow the use of multiple data sets and it will have save files to allow for easy recall of color settings and data parameters. Here are some of the features:
- Multiple data sets
- Data sets will have options for coloring and graphing choices
- New data sets can be derived from existing data sets
- Data sets can be compared
- More extensive stats will be used
.
This will all be written in FreeBASIC. Why? Because I like it. Also because FBEdit kicks ass in relation to FBIDE.
Anyways, I’ll post incremental versions.