Skip to content

Commit

Permalink
gnuplot: add grid
Browse files Browse the repository at this point in the history
  • Loading branch information
johannst committed Aug 28, 2024
1 parent dc3c197 commit dfb198c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tools/gnuplot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dfb198c

Please sign in to comment.