Draw different colored regions in gnuplot
问题 I have made the following script to draw a diagram in gnuplot. There are a few number of points each enclosed within a certain area. I want to give each enclosed region a certain color. My script is as follows: set terminal wxt set yrange [0:100] set xrange [0:100] unset colorbox set style arrow 1 nohead lc rgb 'black' set style arrow 2 nohead lc rgb 'red' set label 7 "" at 35,80 point pointtype 5 lc rgb 'black' set label 8 "" at 40,30 point pointtype 5 lc rgb 'black' set arrow from 77.0522