summaryrefslogtreecommitdiff
path: root/gnuplot.plt
blob: ea5e043910368011b0c73d74b2f7fa0fc6321a51 (plain)
1
2
3
4
5
6
7
set view equal xyz
set parametric
set isosamples 34,34
splot cos(u)*cos(v),cos(u)*sin(v),sin(u) w l lc rgb "#42a4f5"
replot 'data' w points palette pointsize 2 pointtype 7 
;
pause mouse close