Browse Source

Plot

pull/10/head
Jure Šorn 6 years ago
parent
commit
689a9bd701
1 changed files with 11 additions and 11 deletions
  1. 22
      README.md

22
README.md

@ -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 Progress Bar
------------ ------------
```python ```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 Image
----- -----
#### Creates PNG image of greyscale gradient: #### Creates PNG image of greyscale gradient:

Loading…
Cancel
Save