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
- Host: GitHub
- URL: https://github.com/data7expressions/py-expression-test-graph
- Owner: data7expressions
- License: apache-2.0
- Created: 2021-04-01T11:20:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-13T21:32:43.000Z (about 5 years ago)
- Last Synced: 2025-02-03T20:50:30.033Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)