From c1fa1550a0deb50638a0f25a966ab0ac4dff239e Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 4 May 2018 10:12:38 -0400 Subject: [PATCH] Fix a gnuplot command. --- examples/step-10/doc/results.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-10/doc/results.dox b/examples/step-10/doc/results.dox index 7f4a5c6b34..b6b000b572 100644 --- a/examples/step-10/doc/results.dox +++ b/examples/step-10/doc/results.dox @@ -12,7 +12,7 @@ set size ratio -1 unset key unset xtics unset ytics -plot [-1:1][-1:1] "ball_0_mapping_q_1.dat" lw4 lt rgb "black" +plot [-1:1][-1:1] "ball_0_mapping_q_1.dat" lw 4 lt rgb "black" @endcode or using one of the other filenames. The second line makes sure that the aspect ratio of the generated output is actually 1:1, i.e. a -- 2.39.5