Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Display an L-system
ResourceFunction["LSystemPlot"][rules,axiom,n,delta] displays the L-string for the nth iteration of the list rules, starting with the string axiom after n iterations with an angle delta. |
Four steps for Koch quadratic rules:
| In[1]:= |
|
| Out[1]= |
|
Get just the resulting string after only one step:
| In[2]:= |
|
| Out[2]= |
|
Continuously modify the angle:
| In[3]:= |
|
| Out[3]= |
|
Grid for named fractals:
| In[4]:= |
|
| In[5]:= |
|
| Out[5]= |
|
Select a gradient color function:
| In[6]:= |
|
| Out[6]= |
|
Convert to a BSplineCurve:
| In[8]:= |
|
| In[9]:= |
|
| Out[9]= |
|
| In[10]:= |
|
| Out[10]= |
|
Make a tessellation:
| In[11]:= |
|
| Out[11]= |
|
Go to 3D:
| In[12]:= |
|
| In[13]:= |
|
| Out[13]= |
|
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License