From: Chris Mason Date: Fri, 21 Sep 2012 18:03:50 +0000 (-0400) Subject: iowatcher: Make sure we add the xtick labels if we're only plotting IO X-Git-Tag: blktrace-1.1.0~2^2~42 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=6d5a91a71e87dafaf398acb9e1068606aea96754;p=blktrace.git iowatcher: Make sure we add the xtick labels if we're only plotting IO Signed-off-by: Chris Mason --- 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;