From 689a9bd7011a181c1c4b8407a7cb411535c32279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 29 Jan 2019 16:09:50 +0100 Subject: [PATCH] Plot --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 58042bc..c2bdcb9 100644 --- a/README.md +++ b/README.md @@ -1436,17 +1436,6 @@ optional arguments: ``` -Plot ----- -```python -# $ pip3 install matplotlib -from matplotlib import pyplot -pyplot.plot( [, , ...]) -pyplot.savefig(, 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( [, , ...]) +pyplot.savefig(, transparent=True) +pyplot.show() +``` + + Image ----- #### Creates PNG image of greyscale gradient: