Dr. E could not help noticing the fractal art hanging on the wall as she entered the hospital. She tried to look like she had something useful to do or at least be on the way to something important. Her candy striped volunteer outfit and pig tail wig could only go so far in getting her past the 'real' medical people. She must get into the intensive care room where 'they' are keeping Dr. J. who they claimed was not iterating.
![]() |
Figure 1. Art On The Hospital Wall.
An evening at the computer making some new fractal images is just what the doctor ordered.
Jay
The parameter and formula files for Fractint are included below. Copy them
into a quickie.par file for quick loading into Fractint. For longer term
use, copy the frm: block into a FotN.frm file. But this time leave off the
'frm:' part. Then copy the rest (the par parts) into your FotN.par
file.
On_A_Wall { ; (c) Jay Hill, 1998
reset=1960 type=formula formulafile=onepiece.par
formulaname=gravijul function=sinh/ident/sinh
center-mag=0.474124/-1.45836/2.886169/1/90 params=1/0/0/0/4/0
float=y maxiter=253 inside=0 outside=summ symmetry=xaxis
periodicity=0 colors=AcAKwAUmAKKK<249>www000000
savename=On_Wall
}
frm:gravijul { ; generalized r^(-2) by Mark "Bud" Christenson 1/25/98
; defaults: p1 = (1,0) p2 = (0,0) p3 = (4,0)
p1=1, p2=0, p3=4
z = pixel:
w = fn1(z)
z = fn3(p1/fn2(w*w)) + p2
|z| < p3
}