-
Notifications
You must be signed in to change notification settings - Fork 112
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
[Software] Add Plot Equations
Feature
#300
Comments
@multiverseweb Please assign this issue to me. I will work on it. Thanks. |
Go ahead @Rohan20-10, good luck. |
I want to take over this issue. |
Hey @sucharitaaa3100, the issue has been assigned already. If the current assignee couldn't solve the issue, I will assign it to you. |
@Rohan20-10 reminder to make a PR soon, its the last chance to make your contribution count for |
@multiverseweb Sorry I couldn't solve the issue as I was ill for the past few days. But can I still go ahead contributing on your project as I have a lot of interest to continue with this project here after. |
No worries @Rohan20-10, I hope you’re feeling better now. It’s great to hear that you’d like to keep contributing to the project and I’m glad you enjoyed working on it. Contributors like you make the open-source experience even better and I’m truly grateful for your consistent and meaningful contributions to |
Thanks, @multiverseweb for considering me. |
Hey @multiverseweb , is this issue resolved? If not, could you assign it to me so I can try to resolve it? Thanks! |
Hey @us107, the issue has not been resolved yet. I've assigned it to you. Feel free to reach out if you encounter any doubts! |
deadline? @multiverseweb |
@us107 no deadline from my end, I'll take updates when someone else asks for issue assignment. But it would be great if you fix this ASAP as it's been open for a long time now. |
hey the requirements.txt file has such libraries or packages which are not downloading. like this is the one of the errors:ERROR: Could not find a version that satisfies the requirement time (from versions: none) PS: using python 3.13.1 |
Hi @us107, if the python version you're using already has the modules that you're trying to install, it will raise an error. Like the python The only way I know to solve this is by running It's kind of annoying...you're not doing anything wrong, it is done like this only. You can reach out if you get stuck again👍 |
Current Behaviour
The software currently only contains a non-functional button for
Plot Equations
Feature. It should take relevant inputs from the user as a Linear Equation likey=x**2 + 5
and plot it on a graph.Screenshot
Additional Context
The design should match with the existing software and new code should not disturb the existing functionality of the software.
For help
contact @multiverseweb
The text was updated successfully, but these errors were encountered: