Skip to content
Advertisement

Tag: smoothing

Plot smooth line with PyPlot

I’ve got the following simple script that plots a graph: As it is now, the line goes straight from point to point which looks ok, but could be better in my opinion. What I want is to smooth the line between the points. In Gnuplot I would have plotted with smooth cplines. Is there an easy way to do this

Advertisement