You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The terminal mode provides an option to plot discrete points.
For eg: python plotit.py -f x --points '[2,3,4,5]'
The GUI should also provide the above option.
A possible way could be adding an button (something like plot points), clicking on which which open a sub window which will have option to provide a list of points. After entering the list user will press done (enter should also work) and the function will be plotted.
The text was updated successfully, but these errors were encountered:
The terminal mode provides an option to plot discrete points.
For eg:
python plotit.py -f x --points '[2,3,4,5]'
The GUI should also provide the above option.
A possible way could be adding an button (something like plot points), clicking on which which open a sub window which will have option to provide a list of points. After entering the list user will press done (enter should also work) and the function will be plotted.
The text was updated successfully, but these errors were encountered: