Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fcseidl authored Nov 25, 2024
1 parent ce788ca commit 7d3c763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The default settings can be changed with a number of keyword arguments. Mostly n
| **Name** | **Default** | **Description** |
| -------- | ----------- | --------------- |
| ```bailout_radius``` | ```5.0``` | Escape threshold for iterative fractal generation. Values near or below 2.0 may allow the noise field to affect the background image. |
| ```brush_radius``` | ```100``` | May need to be increased to avoid choppy images with higher ```brush_strength```. Larger values slow drawing. |
| ```brush_radius``` | ```100``` | Size of the "brush" you draw with. Larger values slow drawing. |
| ```cmap_name``` | ```"gray_r"``` | ```matplotlib``` colormap name to use in image. |
| ```cmap_period``` | ```8.0``` | Smaller values make the colormap repeat more frequently around the outside of the fractal.|
| ```max_it``` | ```30``` | Maximum iteration count for iterative fractal generation. Smaller values speed computation but reduce image quality. |
Expand Down

0 comments on commit 7d3c763

Please # to comment.