Please sign in to access this page
A tool that takes in a function and plots it with ascii art
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
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.