fraktalist: refactoring in progress

This commit is contained in:
tth
2022-03-08 10:36:32 +01:00
parent cf2333cf1f
commit 307b590796
15 changed files with 356 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
ASCFILE="nuage.asc"
IMAGE="pick3d.png"
IMAGE="pickplot.png"
make pickover
if [ $? -ne 0 ] ; then
@@ -27,7 +27,7 @@ local angle="$2"
printf "== %s == %3d ==\n" $imgname $angle
gnuplot << __EOC__
set term png size 800,600
set term png size 1024,768
set output "${imgname}"
set title "3D Pickover"