
gnuplot
List of commands for gnuplot:
-
gnuplot:tldr:149cf gnuplot: Persist the graph plot preview window after gnuplot exits.$ gnuplot --persist ${path-to-definition-plt}try on your machineexplain this command
-
gnuplot:tldr:d88e5 gnuplot: Start the interactive graph plotting shell.$ gnuplottry on your machineexplain this command
-
gnuplot:tldr:d9e9f gnuplot: Set the output format by executing a command before loading the definition file.$ gnuplot -e "${set output "filenamename-png" size 1024,768}" ${path-to-definition-plt}try on your machineexplain this command
-
gnuplot:tldr:f7967 gnuplot: Plot the graph for the specified graph definition file.$ gnuplot ${path-to-definition-plt}try on your machineexplain this command