From 6d5a91a71e87dafaf398acb9e1068606aea96754 Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Fri, 21 Sep 2012 14:03:50 -0400 Subject: [PATCH] iowatcher: Make sure we add the xtick labels if we're only plotting IO Signed-off-by: Chris Mason --- iowatcher/main.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.25.1