diff --git a/graph.py b/graph.py index 0593a8c..119f06c 100644 --- a/graph.py +++ b/graph.py @@ -363,6 +363,7 @@ def create_ascii_plot( else: plotext.scatter(xdata, ydata) if figsize is not None: + plotext.limit_size(False) plotext.plot_size(figsize[0], figsize[1]) if x_range is not None: