# Author: MarkSweep, Ika
# Date: 08/15/2014
# Note that Inkscape was used to address the display problem of Greek letters.
set term svg size 800,600 enhanced font 'Arial, 24'
set output 'laplace_pdf.svg'
set xrange [-10:10]
set yrange [0:0.52]
set xtics 2
set ytics 0.1
set xzeroaxis lt -1 lc rgb "black" lw 1
set yzeroaxis lt -1 lc rgb "black" lw 1
# Draw the Laplace distribution's pdf
set key default
f(x,m,b) = 0.5/b * exp(-abs(x-m)*1.0/b)
plot f(x, 0,1) t "{/Symbol m}=0, b=1" lc rgb "red" lw 5,\
set term x11
set output