0
votes

I'm plotting some data fitted with Gaussians, but the peaks aren't smooth, it gets better only if I zoom in enough on the peak.

the output code is: set terminal pngcairo size 1200,800 enhanced font 'Verdana,10'

And the resulted plot: fractured peaks

smooth peaks

How can i smoothen the curves?

Thanks for your help!

1
I've embedded your images into the question rather than leaving them as external links. - Rook
Possible duplicate of Gnuplot x-axis resolution - Rook

1 Answers

1
votes

Use set isosamples <N> where N is the number of points on your plotting domain, the default might be too low