Browse Source

[#36813] graph: removed limit on X-axes in the interactive plot

check-vt100
Marcelina Oset 3 years ago
parent
commit
a2eaae724c
  1. 3
      graph.py

3
graph.py

@ -440,8 +440,7 @@ def servis_graph(session, fname='plot', output_ext='ascii'):
[None]*5,
y_titles,
[None]*5,
[(0, 160)]*5,
[(0, 100)]*5,
y_ranges=[(0, 100)]*5,
outpath=Path(fname),
outputext=['html'],
trimxvalues=False,

Loading…
Cancel
Save