How to add contour lines to a heat map
问题 I have a script which takes data (formatted in 3 columns x,y,z ) and gives a heat map: set logscale x 10 set yrange [1e-9:2e-8] set xlabel "x" set ylabel "y" set multiplot plot 'filetest.dat' u 1:2:9 with image This is a 2D heat map, shown below: All I want to do is add contours to this plot, at some z values such as -20 to -8 in in intervals of 2. Unfortunately, none of the answers I've found have been able to help me with this. Any help would be greatly appreciated. 回答1: Although there are