I have been using gnuplot for some time now and
set terminal pdfcairo
set output 'out.pdf'
has always been just enough for me. However, now I am trying to draw really a lot of data, so lines start to overlap each other (x-positions are so close to each other that lines cannot be visualised without drawing one over another). I would like to resolve this by simply making a bigger pdf. Range of x-axis would stay the same, but there would be more points to draw between ticks.
Any idea how to do it? Thanks a lot.
“Bigger PDF” is realized by the
sizeoption toset terminal pdfcairo, e.g. if you’re looking at a 30cm x 10cm PDF:set terminal pdfcairo size 30cm,10cmFrom
help pdfcairo: