Browse Source

[#37192] graph: Disabled size limit for TXT plot

Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
check-vt100
Grzegorz Latosinski 4 years ago
parent
commit
d7693cbd38
  1. 1
      graph.py

1
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:

Loading…
Cancel
Save