From 4ce4a65f3a11b514ae09971207e5cee0ac6787cf Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 6 Apr 2022 11:49:56 -0400 Subject: [PATCH] update TODO.md --- TODO.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/TODO.md b/TODO.md index 5705d94..b6e96bf 100644 --- a/TODO.md +++ b/TODO.md @@ -3,7 +3,6 @@ - Backend support - Integrals between functions (too hard to implement, maybe will shelve) - Display intersection between functions - - Different colors 2. Rerwite of function parsing code - Non `y=` functions. 3. Smart display of graph @@ -16,4 +15,3 @@ 9. Look into other, better methods of compression that would be faster 10. Better handling of panics and errors to display to the user 11. Turn Dynamic Iterator functions into traits -12. __Update tests__