16 lines
502 B
Gnuplot
16 lines
502 B
Gnuplot
## KPF.gp 4/8/17 aev
|
|
## Plotting 3 KPF pictures.
|
|
## dat-files are PARI/GP generated output files:
|
|
#cd 'C:\gnupData'
|
|
|
|
##PKF1 from PARI/GP created file pkf1.dat
|
|
ttl = "Vicsec fractal"; clr = '"blue"'; filename = "pkf1";
|
|
load "plotff.gp"
|
|
|
|
##PKF2 from PARI/GP created file pkf2.dat
|
|
ttl = "Sierpinski carpet fractal"; clr = '"navy"';filename = "pkf2";
|
|
load "plotff.gp"
|
|
|
|
##PKF3 from PARI/GP created file pkf3.dat
|
|
ttl = "Sierpinski triangle fractal"; clr = '"dark-green"'; filename = "pkf3";
|
|
load "plotff.gp"
|