Jan-Sandr / Grafer

2 stars 1 forks source link

[App] Implement keep origin option #161

Closed Jan-Sandr closed 2 years ago

Jan-Sandr commented 2 years ago

Story:

In old grafer was option to keep origin curve while acutal curve is inverse. As first add new checkbox checkBoxKeepOrigin This checkbox can be checked only if inverse is checked. Then add new method DrawFunction() with drawing logic based on checked options. As last update method Plot() with new required paramater bool inverse

To do: