# select the desired pattern julia # configure the grid size and maximum number grid 400 600 200 # configure the pattern fractal-plane-size -1.2 0.0 0.0 0.8 julia-parameters -0.4 0.6 # compute and store the numbers fractal-calculate # <<<<<<<<< Start Color Table >>>>>>>>>>>> set-color-table-size 101 set-color-gradient 0 255 0 0 50 255 255 255 set-color-gradient 50 255 255 255 100 0 255 0 # <<<<<<<<< End Color Table >>>>>>>>>>>> # create output image grid-apply-color-table # save image to file write pretty_picture.ppm # done quit