A graphical application to plot equations of the form y = f(x).
To use MiniPlot, you may:
- Download the setup to install MiniPlot.
- Download the portable ZIP and execute
miniplot.exeright away. - Download the source code and execute it using your own Python installation (satisfying the dependencies).
Remember to installmatplotlib,Equation, andPySide2usingpipif you choose to run it from source.