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: