Function plotter program that plots an arbitrary user-entered function.
- Plot an arbitrary user-entered function.
- Zoom in and out of the plot.
- Save the plot as an image.
- Change the color of the plot.
- input validation and error handling.
- Plot multiple functions at once.
- Python
- Matplotlib
- Numpy
- PySide2
$ pip install -r requirements.txt
Run python3 main.py in the terminal.
$ python3 main.py
- Matplotlib
- Numpy
- PySide2
- Python
- Convert matplotlib Figure to QPixmap @Jean-Sébastien
- How to render Latex markup using Python? @Wojciech Moszczyński
- Converting a Python numeric expression to LaTeX @Geoff Reedy