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_surface.dem

20 lines
281 B
Plaintext

line_width = 1
n_surf = $gnuplot_n_surface$
array surf_title[n_surf]
$gnuplot_surface_names$
set grid
#set hidden3d
splot for [col=0:n_surf-1] '$gnuplot_dat_filename$' index col matrix with lines title surf_title[col+1] lw line_width
pause -1 "$gnuplot_close_msg$"
reset