summaryrefslogtreecommitdiff
path: root/gnuplot.plt
diff options
context:
space:
mode:
authorRuben Erlenstedt <rxy626@gmail.com>2019-11-30 13:18:04 +0100
committerRuben Erlenstedt <rxy626@gmail.com>2019-11-30 13:18:04 +0100
commitf9c03dd84deb8639747c1e8c6a9c29cbe7c9a36d (patch)
treebef142d18e217564eef5be8e6658cc3e69912061 /gnuplot.plt
parent56438ced53990b8295f7b282758561ac39947ca0 (diff)
parent98c588bbb04f11b05324b6e415ec358305f06f7a (diff)
Merge branch 'master' of keybase://team/entropyy.quantensysteme/dequantify
Diffstat (limited to 'gnuplot.plt')
-rw-r--r--gnuplot.plt6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnuplot.plt b/gnuplot.plt
index 635bd3e..ea5e043 100644
--- a/gnuplot.plt
+++ b/gnuplot.plt
@@ -1,7 +1,7 @@
set view equal xyz
set parametric
-set isosamples 10,10
-splot cos(u)*cos(v),cos(u)*sin(v),sin(u)
-replot 'data'
+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