An open API service indexing awesome lists of open source software.

https://github.com/data7expressions/py-expression-test-graph

expression, parser, test, graph
https://github.com/data7expressions/py-expression-test-graph

Last synced: about 1 year ago
JSON representation

expression, parser, test, graph

Awesome Lists containing this project

README

          

# Purpose
Run a test project for the py-expression library

# Description
In this project, the py-expression library is used to parse and evaluate expressions that a variable uses (in this case x) and the result is assigned to y.
then the point (x,y) is shown in a diagram.
In this example x takes the values from -100 to 100

# install
```
python -m pip install -U pip
python -m pip install -U py-expression
python -m pip install -U matplotlib
```

# references:
- [py-expression pip](https://pypi.org/project/py-expression/)
- [matplotlib pip](https://pypi.org/project/matplotlib/3.4.1/)
- [matplotlib install](https://matplotlib.org/stable/users/installing.html)