# set terminal canvas  solid butt size 600,400 fsize 10 lw 1 fontscale 1 name "pointsize_4" jsdir "."
# set output 'pointsize.4.js'
unset border
set dummy u,v
set angles degrees
unset key
set arrow 1 from 0, 0, -1.2 to 0, 0, 1.2 head back nofilled linetype 5 linecolor rgb "#f0e442"  linewidth 2.000
set arrow 2 from -1.2, 0, 0 to 1.2, 0, 0 nohead back nofilled linetype 5 linecolor rgb "#f0e442"  linewidth 1.000
set arrow 3 from 0, -1.2, 0 to 0, 1.2, 0 nohead back nofilled linetype 5 linecolor rgb "#f0e442"  linewidth 1.000
set parametric
set view 70, 40, 0.8, 1.2
set samples 32, 32
set isosamples 9, 9
set mapping spherical
set hidden3d back offset 1 trianglepattern 3 undefined 1 altdiagonal bentover
set ticslevel 0
set noxtics
set noytics
set noztics
set title "3D solid version through hiddenlining" 
set urange [ -90.0000 : 90.0000 ] noreverse nowriteback
set vrange [ 0.00000 : 360.000 ] noreverse nowriteback
splot cos(u)*cos(v),-cos(u)*sin(v),sin(u) with lines lt 5,      'world.dat' u 1:2:(1.001) with lines lt 3,       'world.cor' using 1:2:(1):(5.*rand(0))  with points lt 1 pt 6 ps var