aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Mason <chris.mason@fusionio.com>2012-09-21 14:03:50 -0400
committerChris Mason <chris.mason@fusionio.com>2012-09-21 14:03:50 -0400
commit6d5a91a71e87dafaf398acb9e1068606aea96754 (patch)
treef21f6f0e86cbe6011279decd08f5a10efab992c5
parenta78b574c36dbcf35ad0f950f02b8b5729edeba68 (diff)
downloadblktrace-6d5a91a71e87dafaf398acb9e1068606aea96754.tar.gz
iowatcher: Make sure we add the xtick labels if we're only plotting IO
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
-rw-r--r--iowatcher/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/iowatcher/main.c b/iowatcher/main.c
index e076f67..6798273 100644
--- a/iowatcher/main.c
+++ b/iowatcher/main.c
@@ -1356,6 +1356,7 @@ int main(int ac, char **av)
plot->add_xlabel = 1;
set_plot_title(plot, graph_title);
+ check_plot_columns(plot, IO_GRAPH_INDEX);
plot_io(plot, min_seconds, max_seconds, min_offset, max_offset);
plot->add_xlabel = 0;