python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Chaos Game fractal not rendering correctly
I'm attempting to write code that will generate fractals according to the Chaos game
In particular, I'm trying to debug the faulty generation/rendering of this fractal:
I'm doing this with Javascript...
David Bandel
Votes: 0
Answers: 1
How to fix UnboundLocalError for unassigned variable that I assigned?
I am trying to create a Koch snowflake generator in Python using the Turtle library and recursion. I have a list of strings with hex codes in them and I am using the variable color to have the pen cha...
humming_bee57
Votes: 0
Answers: 2
How does the assignment of variable works in function calls in R language?
I am trying to exercise a simulation of Sierpinski triangle in R with affine transformation and Iterated Function System (IFS). And hopefully, I can further exercise how the simulation of Barnsley's f...
byc
Votes: 0
Answers: 2
Who can explain how this code is not an error?
I was making some exercise to train myself and the exercise asked me to do a program that calculates fractals, very simple, i've done in about 1-2 minutes and it work, but looking at his solution it r...
Pingu
Votes: 0
Answers: 1