File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -1436,17 +1436,6 @@ optional arguments:
1436
1436
```
1437
1437
1438
1438
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
-
1450
1439
Progress Bar
1451
1440
------------
1452
1441
``` python
@@ -1497,6 +1486,17 @@ def get_border(screen):
1497
1486
```
1498
1487
1499
1488
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
+
1500
1500
Image
1501
1501
-----
1502
1502
#### Creates PNG image of greyscale gradient:
You can’t perform that action at this time.
0 commit comments