From d7693cbd386ef82007cf197be182a106d263dc58 Mon Sep 17 00:00:00 2001 From: Grzegorz Latosinski Date: Wed, 7 Sep 2022 18:02:23 +0200 Subject: [PATCH] [#37192] graph: Disabled size limit for TXT plot Signed-off-by: Grzegorz Latosinski --- graph.py | 1 + 1 file changed, 1 insertion(+) 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: