I am using Gnuplot and I wish to fill the area between two curves with transparent hatched pattern.
I define fill style with:
set style fill transparent pattern 1
and I plot it as:
plot "Data..." using 4:1:2 with filledcurves lc rgb 'black'
However, the resulting hatched pattern has extremely thick lines. I want to adjust thickness of pattern lines, density of lines etc.
I cannot believe I could not find anyone asking the same thing?