commands.sh

gnuplot

all

A graph plotter that outputs in several formats.

More info →

Options (1)

-p, --persistboolean

Persist the graph plot preview window after gnuplot exits

Example: gnuplot {{[-p|--persist]}} {{path/to/definition.plt}}

Examples (4)

Start the interactive graph plotting shell

Plot the graph for the specified graph definition file

gnuplot path/to/definition.plt

Set the output format by executing a command before loading the definition file

gnuplot -e "set output "path/to/file.png" size 1024,768" path/to/definition.plt

Persist the graph plot preview window after gnuplot exits

gnuplot [-p|--persist] path/to/definition.plt
made by @shridhargupta | data from tldr-pages