summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/pybootchartgui/pybootchartgui/draw.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pybootchartgui/pybootchartgui/draw.py b/scripts/pybootchartgui/pybootchartgui/draw.py
index add5c53882..53324b9f8b 100644
--- a/scripts/pybootchartgui/pybootchartgui/draw.py
+++ b/scripts/pybootchartgui/pybootchartgui/draw.py
@@ -308,7 +308,7 @@ sec_w_base = 1 # the width of a second
308proc_h = 16 # the height of a process 308proc_h = 16 # the height of a process
309leg_s = 10 309leg_s = 10
310MIN_IMG_W = 800 310MIN_IMG_W = 800
311CUML_HEIGHT = 2000 # Increased value to accomodate CPU and I/O Graphs 311CUML_HEIGHT = 2000 # Increased value to accommodate CPU and I/O Graphs
312OPTIONS = None 312OPTIONS = None
313 313
314def extents(options, xscale, trace): 314def extents(options, xscale, trace):