9 lines
132 B
Markdown
9 lines
132 B
Markdown
|
# Usage matplotlib
|
||
|
|
||
|
## Pre-requirements for usage of matplotlib
|
||
|
|
||
|
```
|
||
|
pip install matplotlib
|
||
|
pip install numpy
|
||
|
pip install pyqt5
|
||
|
```
|