Pyxplot |
Examples - Integration of the sinc function |
Using Pyxplot's numerical integration function . Script
set samples 80
set key bottom right
set xformat r"%s$\pi$"%(x/pi)
set yformat r"%s$\pi$"%(y/pi)
set xrange [-5*pi:5*pi]
set width 7
set key below
plot int_dz(sinc(z),0,x)
|


