Skip to content

Commit

Permalink
Add screenshot to README
Browse files Browse the repository at this point in the history
  • Loading branch information
paramsiddharth committed Aug 16, 2020
1 parent 9d9e2e1 commit e812266
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# MiniPlot

A graphical application to plot any mathematical equation of the form y = f(x).
A graphical application to plot any mathematical equation of the form `y = f(x)`.

<div align='center'><img alt='Application Screenshot' src='img/miniplot_screenshot.png'/></div>

Made in PySide2 (Qt for Python). PyPI modules Matplotlib (along with NumPy) and
Equation were used for plotting and expression-parsing respectively.

### Execution

Simply execute `main.py` using Python. Use `-W ignore` to hide warning in the console e. g. Division by Zero.
- Simply execute `main.py` using Python. Use `-W ignore` to hide warning in the console e. g. Division by Zero.
```
> python -W ignore main.py
```
Expand Down
Binary file added img/miniplot_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e812266

Please sign in to comment.