Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7beaa commit 8563dd8Copy full SHA for 8563dd8
1 file changed
examples/showcase/mandelbrot.py
@@ -42,7 +42,7 @@ def mandelbrot_set(xmin, xmax, ymin, ymax, xn, yn, maxiter, horizon=2.0):
42
43
# Normalized recount as explained in:
44
# https://linas.org/art-gallery/escape/smooth.html
45
- # https://www.ibm.com/developerworks/community/blogs/jfp/entry/My_Christmas_Gift
+ # https://web.archive.org/web/20160331171238/https://www.ibm.com/developerworks/community/blogs/jfp/entry/My_Christmas_Gift?lang=en
46
47
# This line will generate warnings for null values but it is faster to
48
# process them afterwards using the nan_to_num
0 commit comments