Releases: paramsiddharth/miniplot
Releases · paramsiddharth/miniplot
MiniPlot (Windows 32-bit executable)
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.exe
right away. - Download the source code and execute it using your own Python installation (satisfying the dependencies).
Remember to installmatplotlib
,Equation
, andPySide2
usingpip
if you choose to run it from source.