diff options
Diffstat (limited to 'algorithms/plotter.py')
-rw-r--r-- | algorithms/plotter.py | 1 |
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): |