Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature to plot line using custom discrete points using GUI #88

Open
djmgit opened this issue Feb 1, 2018 · 0 comments
Open

Feature to plot line using custom discrete points using GUI #88

djmgit opened this issue Feb 1, 2018 · 0 comments

Comments

@djmgit
Copy link
Member

djmgit commented Feb 1, 2018

The terminal mode provides an option to plot a line using custom points.
For eg:
python plotit.py --line '[1,2,3,4],[4,10,5,9]'

The above option should also be present in GUI.
Presently the GUI provides an input field to provide a function by default. Instead of a default input field we can have an option (for example radio buttons) to select between plotting function, or plotting a custom line using custom points. If user selects the latter, then users will be provided a suitable way to provide the x and the y values and plot the function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant