Skip to content

Commit 689a9bd

Browse files
committed
Plot
1 parent c4ae3c6 commit 689a9bd

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,17 +1436,6 @@ optional arguments:
14361436
```
14371437

14381438

1439-
Plot
1440-
----
1441-
```python
1442-
# $ pip3 install matplotlib
1443-
from matplotlib import pyplot
1444-
pyplot.plot(<data_1> [, <data_2>, ...])
1445-
pyplot.savefig(<filename>, transparent=True)
1446-
pyplot.show()
1447-
```
1448-
1449-
14501439
Progress Bar
14511440
------------
14521441
```python
@@ -1497,6 +1486,17 @@ def get_border(screen):
14971486
```
14981487

14991488

1489+
Plot
1490+
----
1491+
```python
1492+
# $ pip3 install matplotlib
1493+
from matplotlib import pyplot
1494+
pyplot.plot(<data_1> [, <data_2>, ...])
1495+
pyplot.savefig(<filename>, transparent=True)
1496+
pyplot.show()
1497+
```
1498+
1499+
15001500
Image
15011501
-----
15021502
#### Creates PNG image of greyscale gradient:

0 commit comments

Comments
 (0)