aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/gnuplot.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/gnuplot.md b/src/tools/gnuplot.md
index 90d5807..4daee3a 100644
--- a/src/tools/gnuplot.md
+++ b/src/tools/gnuplot.md
@@ -21,6 +21,9 @@ set title "the plot"
set xlabel "abc"
set ylabel "def"
+# Grid.
+set grind
+
# Output format, 'help set term' for all output formats.
set term svg
# Output file.