https://github.com/pganssle/fractal-plot
Plotting routines for geometric fractals in matplotlib
https://github.com/pganssle/fractal-plot
Last synced: over 1 year ago
JSON representation
Plotting routines for geometric fractals in matplotlib
- Host: GitHub
- URL: https://github.com/pganssle/fractal-plot
- Owner: pganssle
- Created: 2014-10-30T22:48:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-27T18:52:00.000Z (over 11 years ago)
- Last Synced: 2025-01-24T17:34:57.566Z (over 1 year ago)
- Language: Python
- Size: 78.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
fractal-plot
============
Plotting routines for geometric fractals in matplotlib
### nflake.py
#### Create n-flakes / Sierpinski n-gons using matplotlib.patches.
Sierpinski n-gons are formed by taking a polygon with *n* sides and iteratively replacing it with smaller *n*-gons placed at either the corners or the vertices, and sometimes in the center. For example, here are the first four iterations of a vertex-centered Sierpinski hexagon with no center hexagon, plotted one on top of another:



