gnuplot tics disappear when using 'with image' -
i have simple script:
set term postscript portrait color set output 'output.ps' plot 'data_file' using 1:2:3 image, 'data_file2' using 1:2 lines the problem with image command makes tics disappear in both axis , can't make gnuplot show them unless remove command, can't since i'm plotting cbrange (the third column range)
thanks.
pm3d not same "plot ... image", workaround maybe not best solution. seems, gnuplot sets tics automatically background, when use "with image" option, so
set tics front should solve problem (at least did in case).
Comments
Post a Comment