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
This project is a simple function plotter application built using PySide2 for the GUI and Matplotlib for plotting. The application allows users to input a mathematical function and plot its graph over a specified range.
6
+
7
+
## Features
8
+
9
+
- Input a mathematical function of `x` (e.g., `5*x^3 + 2*x`).
10
+
- Specify the range for `x` (min and max values).
11
+
- Validate inputs to ensure correct function syntax and valid range.
0 commit comments