aditeyabaral / gpython

Recreated the popular graphing application "Desmos" on Python using matplotlib, scipy and numpy. GPython can be used as an extensive graphing application that can plot 2D, 3D and even polar curves and also differentiate and integrate functions.
13 stars 8 forks source link

Accounts for y values #7

Closed pandaZGV2 closed 4 years ago

pandaZGV2 commented 4 years ago

This program accounts for both x and y values. I don't think it's possible to account for both positive and negative values in this type of approach.

aditeyabaral commented 4 years ago

The approaches I can think of are

I cannot think of any other approach, do let me know if you can think of any!