12 lines
288 B
Gnuplot
12 lines
288 B
Gnuplot
## SCff.gp 1/14/17 aev
|
|
## Plotting Sierpinski carpet fractal.
|
|
## dat-files are PARI/GP generated output files:
|
|
## http://rosettacode.org/wiki/Sierpinski_carpet#PARI.2FGP
|
|
#cd 'C:\gnupData'
|
|
|
|
##SC5
|
|
clr = '"green"'
|
|
filename = "SC5gp1"
|
|
ttl = "Sierpinski carpet fractal, v.#1"
|
|
load "plotff.gp"
|