I taught myself some TI-BASIC programming concepts overnight, and programmed this:
What do you think? I could probably use some optimizations, so I'm posting it here.
It currently carries out the same functions as Nitro_Hawk's Graph Fix program, toggles Plots(on/off), toggles Diagnostics, and "Enters Workmode."
Work mode is just my custom preferred graph settings. I left this unlocked so users can customize their own WorkMode, but I don't know how
to comment in TI-BASIC, if it's possible. I also named the program GraphSet CE just in case I decide to make a monochrome version, because my program
uses functions (like GridLine) that monochromes lack.
Maybe someone could also test it on the CSE? I don't know if the CSE can have a Line grid.
EDITThe current program is attached. When it's been evaluated and considered complete, I'll upload it elsewhere.