diff options
Diffstat (limited to 'scripts/pybootchartgui')
| -rw-r--r-- | scripts/pybootchartgui/pybootchartgui/draw.py | 2 |
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 | |||
| 308 | proc_h = 16 # the height of a process | 308 | proc_h = 16 # the height of a process |
| 309 | leg_s = 10 | 309 | leg_s = 10 |
| 310 | MIN_IMG_W = 800 | 310 | MIN_IMG_W = 800 |
| 311 | CUML_HEIGHT = 2000 # Increased value to accomodate CPU and I/O Graphs | 311 | CUML_HEIGHT = 2000 # Increased value to accommodate CPU and I/O Graphs |
| 312 | OPTIONS = None | 312 | OPTIONS = None |
| 313 | 313 | ||
| 314 | def extents(options, xscale, trace): | 314 | def extents(options, xscale, trace): |
