aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/algorithms/plotter.py
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-23 07:32:18 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-23 07:32:18 +0300
commit0d25b5d6957d76bab486e2279c99e130c19d5c31 (patch)
treec8c7d6fe4766470bda03e49a004afaa03c967b16 /algorithms/plotter.py
parentTravis: add badge to README (diff)
downloadsorting-algorithms-0d25b5d6957d76bab486e2279c99e130c19d5c31.tar.gz
sorting-algorithms-0d25b5d6957d76bab486e2279c99e130c19d5c31.zip
pylint/pep8 fixes
Diffstat (limited to '')
-rw-r--r--algorithms/plotter.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/algorithms/plotter.py b/algorithms/plotter.py
index 8086850..47d2929 100644
--- a/algorithms/plotter.py
+++ b/algorithms/plotter.py
@@ -5,6 +5,7 @@
import matplotlib.pyplot as plt
+
class PlotBuilder:
@staticmethod
def set_xlabel(s):