This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/share/CodeBlocks/images/fortranproject/gnuplot_gdb.dem

19 lines
285 B
Plaintext
Raw Permalink Normal View History

set key below box
set autoscale
line_width = 2
n_lines = $gnuplot_n_lines$
plot_line = 1
if (plot_line != 0) {
plot for [col=2:n_lines+1] '$gnuplot_dat_filename$' using 1:col with lines title columnheader(col-1) lw line_width
} else {
}
pause -1 "$gnuplot_close_msg$"
reset