|
|
@ -1436,17 +1436,6 @@ optional arguments: |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
Plot |
|
|
|
---- |
|
|
|
```python |
|
|
|
# $ pip3 install matplotlib |
|
|
|
from matplotlib import pyplot |
|
|
|
pyplot.plot(<data_1> [, <data_2>, ...]) |
|
|
|
pyplot.savefig(<filename>, transparent=True) |
|
|
|
pyplot.show() |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
Progress Bar |
|
|
|
------------ |
|
|
|
```python |
|
|
@ -1497,6 +1486,17 @@ def get_border(screen): |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
Plot |
|
|
|
---- |
|
|
|
```python |
|
|
|
# $ pip3 install matplotlib |
|
|
|
from matplotlib import pyplot |
|
|
|
pyplot.plot(<data_1> [, <data_2>, ...]) |
|
|
|
pyplot.savefig(<filename>, transparent=True) |
|
|
|
pyplot.show() |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
Image |
|
|
|
----- |
|
|
|
#### Creates PNG image of greyscale gradient: |
|
|
|