summaryrefslogtreecommitdiff
path: root/bin/gnuplot_obj.gplot
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gnuplot_obj.gplot')
-rw-r--r--bin/gnuplot_obj.gplot7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/gnuplot_obj.gplot b/bin/gnuplot_obj.gplot
new file mode 100644
index 0000000..0b5a807
--- /dev/null
+++ b/bin/gnuplot_obj.gplot
@@ -0,0 +1,7 @@
+set terminal sixelgd
+set xrange[-16:16]
+set yrange[-16:16]
+set zrange[-16:16]
+splot '< ./obj2dat.pl ../meshes/female_basemesh1_2.obj' with lines
+pause 1
+reread