Please sign in to access this page

GraphCalc

GraphCalc

3 devlogs
7h 17m

A tool that takes in a function and plots it with ascii art

Timeline

I made a script that makes samples from prettier functions like sin and cos. Used it to make better demos and a thumbnail from this project in a feeble effort to get better voting performance :P

Reworked the csv loading process to support x,y pairs from the csv. This allows points to be drawn in the output, rather than just bars. I had to fix a lot of things like Y-axis labeling errors caused by DRY not working well :P

(sorry for long devlog, I was sprinting this for TC and forgot that SoM exists)
I added the entire function plotting feature! Since TC kind of discouraged packages by the self-containment requirement, I wrote my own math statement parser, which then finds the value of each sample. The resulting data is written to csv instead of just being passed to graph rendering, so it can be used as data input for other programs.