From f878f7d356ae10e6be2d03d7ae3ae04e0102a836 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 15 Jun 2015 03:24:52 -0400 Subject: [PATCH] Scale run_time graph in subunit2sql-graph docs This commit adds a missing scale parameter to the run_time graph image in the subunit2sql-graph docs page. The image is quite large and not scaling it down makes it comically large and completely illegible in the docs. While this is very amusing, it is not exactly useful, so this commit fixes it. Change-Id: Ic6dfcd133ab9ba59049e3c1b7ae3a30211b7c4e0 --- doc/source/graph.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/graph.rst b/doc/source/graph.rst index d7e22d1..6ed0beb 100644 --- a/doc/source/graph.rst +++ b/doc/source/graph.rst @@ -59,6 +59,7 @@ For example running something like:: will generate a graph like: .. image:: graph-run_time.png + :width: 115% you can refer to the help on the graph command for run_time to see the full option list with something like::