Browse Source

[#37192] graph: Resized the graph

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

2
graph.py

@ -445,5 +445,5 @@ def ascii_graph(session, fname='plot.png'):
trimxvalues=True, trimxvalues=True,
skipfirst=False, skipfirst=False,
switchtobarchart=True, switchtobarchart=True,
figsize=(80, 50) figsize=(90, 70)
) )

Loading…
Cancel
Save