# set terminal svg size 600,400 dynamic enhanced fname 'arial'  fsize 10 mousing name "fillcrvs_6" butt dashlength 1.0 
# set output 'fillcrvs.6.svg'
set bar 1.000000 front
unset border
set style circle radius graph 0.02, first 0.00000, 0.00000 
set style ellipse size graph 0.05, 0.03, first 0.00000 angle 0 units xy
set dummy t, y
set grid nopolar
set grid xtics nomxtics ytics nomytics noztics nomztics \
 nox2tics nomx2tics noy2tics nomy2tics nocbtics nomcbtics
set grid layerdefault   lt 0 linewidth 0.500,  lt 0 linewidth 0.500
unset key
set label 1 "gnuplot" at 0.00000, 1.20000, 0.00000 center norotate front nopoint
set label 2 "gnuplot" at 0.0200000, -0.600000, 0.00000 center norotate front nopoint
set arrow 1 from -0.100000, 0.260000, 0.00000 to 0.180000, -0.170000, 0.00000 head front nofilled linecolor rgb "#f0e442"  linewidth 4.000 dashtype solid size first  0.100,40.000,90.000
set style textbox transparent margins  1.0,  1.0 border
unset logscale
set parametric
set size ratio 1 1,1
unset xtics
unset ytics
unset paxis 1 tics
unset paxis 2 tics
unset paxis 3 tics
unset paxis 4 tics
unset paxis 5 tics
unset paxis 6 tics
unset paxis 7 tics
set title "Let's smile with parametric filled curves" 
set xrange [ -1.00000 : 1.00000 ] noreverse nowriteback
set yrange [ -1.00000 : 1.60000 ] noreverse nowriteback
set paxis 1 range [ * : * ] noreverse nowriteback
set paxis 2 range [ * : * ] noreverse nowriteback
set paxis 3 range [ * : * ] noreverse nowriteback
set paxis 4 range [ * : * ] noreverse nowriteback
set paxis 5 range [ * : * ] noreverse nowriteback
set paxis 6 range [ * : * ] noreverse nowriteback
set paxis 7 range [ * : * ] noreverse nowriteback
set colorbox vertical origin screen 0.9, 0.2, 0 size screen 0.05, 0.6, 0 front  noinvert bdefault
plot [t=-pi:pi] 	sin(t),cos(t) with filledcurve xy=0,0 lt 15,		sin(t)/8-0.5,cos(t)/8+0.4 with filledcurve lt 3,		sin(t)/8+0.5,cos(t)/8+0.4 with filledcurve lt 3,		t/5,abs(t/5)-0.8 with filledcurve xy=0.1,-0.5 lt 1, 	t/3,1.52-abs(t/pi) with filledcurve xy=0,1.8 lt -1