# \#fractal

**URL:** https://discourse.julialang.org/tag/fractal/342.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [How to Plot Fractals using Plots and GR()?](https://discourse.julialang.org/t/how-to-plot-fractals-using-plots-and-gr/85054)

<div class="topic-metadata">

**Author:** [@Freya\_the\_Goddess](https://discourse.julialang.org/u/Freya_the_Goddess)\
**Replies:** 5\
**Last updated:** [July 31, 2022, 3:54pm UTC](https://discourse.julialang.org/t/how-to-plot-fractals-using-plots-and-gr/85054 "2022-07-31T15:54:24Z")

</div>

Hi all, I have tried this code here: https://gist.github.com/XerxesZorgon/5205facbb7c7ef02999e27ead70a5d59 But I can’t plot it, I am using Jupyter Notebook and Julia REPL it only shows : plotJulia

---

## [Hard to beat Numba / JAX loop for generating Mandelbrot](https://discourse.julialang.org/t/hard-to-beat-numba-jax-loop-for-generating-mandelbrot/82725)

<div class="topic-metadata">

**Author:** [@jling](https://discourse.julialang.org/u/jling)\
**Replies:** 61\
**Last updated:** [June 30, 2022, 4:03am UTC](https://discourse.julialang.org/t/hard-to-beat-numba-jax-loop-for-generating-mandelbrot/82725 "2022-06-30T04:03:53Z")

</div>

find the numba code in: mandelbrot-on-all-accelerators.ipynb · GitHub under title “Numba: imperative in a compiled subset of Python”, on my laptop, the numba code reports: In \[30\]: %%timeit ...: run\_numba(2000, 3000…

---

## [A “Gallery” of fractal rendered mainly with Julia](https://discourse.julialang.org/t/a-gallery-of-fractal-rendered-mainly-with-julia/37435)

<div class="topic-metadata">

**Author:** [@HaoLi111](https://discourse.julialang.org/u/HaoLi111)\
**Replies:** 5\
**Last updated:** [April 12, 2020, 11:28pm UTC](https://discourse.julialang.org/t/a-gallery-of-fractal-rendered-mainly-with-julia/37435 "2020-04-12T23:28:03Z")

</div>

As I mentioned before, Julia has some natural advantages to create fractals and the site below has a collection. And some codes are shared https://galleryinfractaldimension-temp.weebly.com/blog However, I think the co…

---

## [Slow parallel fractals](https://discourse.julialang.org/t/slow-parallel-fractals/35479)

<div class="topic-metadata">

**Author:** [@eaubanel](https://discourse.julialang.org/u/eaubanel)\
**Replies:** 7\
**Last updated:** [March 4, 2020, 12:25pm UTC](https://discourse.julialang.org/t/slow-parallel-fractals/35479 "2020-03-04T12:25:20Z")

</div>

Trying @threads and @distributed with my favourite parallel test case. Can’t figure out why @threads is so slow and allocates so much memory and why @distributed is so slow. function genFractal(α, n=100) niter = 255…

---

## [3D Mandelbrot Set visualization](https://discourse.julialang.org/t/3d-mandelbrot-set-visualization/34148)

<div class="topic-metadata">

**Author:** [@Skoffer](https://discourse.julialang.org/u/Skoffer)\
**Replies:** 5\
**Last updated:** [February 20, 2020, 7:22am UTC](https://discourse.julialang.org/t/3d-mandelbrot-set-visualization/34148 "2020-02-20T07:22:07Z")

</div>

May be a little off topic, but I saw this beautiful video This equation will change how you see the world (the logistic map) - YouTube and was wondering, is it possible to draw something like this in Julia? May be in Mak…

---

## [Plan of a gallery of fractal-related pattern animations with JuliaLang](https://discourse.julialang.org/t/plan-of-a-gallery-of-fractal-related-pattern-animations-with-julialang/30282)

<div class="topic-metadata">

**Author:** [@HaoLi111](https://discourse.julialang.org/u/HaoLi111)\
**Replies:** 1\
**Last updated:** [October 25, 2019, 3:48am UTC](https://discourse.julialang.org/t/plan-of-a-gallery-of-fractal-related-pattern-animations-with-julialang/30282 "2019-10-25T03:48:54Z")

</div>

With JuliaLang’s fast computing and plotting ecosystems, I decide to render some fractal patterns, and at first I tried some pedestrian example in larger scales, and tried to customize with my own taste in aesthetics. G…

---

## [\[ANN\] Fatou.jl : Easily share Julia fractals](https://discourse.julialang.org/t/ann-fatou-jl-easily-share-julia-fractals/12278)

<div class="topic-metadata">

**Author:** [@chakravala](https://discourse.julialang.org/u/chakravala)\
**Replies:** 35\
**Last updated:** [January 22, 2019, 5:11pm UTC](https://discourse.julialang.org/t/ann-fatou-jl-easily-share-julia-fractals/12278 "2019-01-22T17:11:36Z")

</div>

This package enables users of Julia lang to easily generate, explore, and share fractals of Julia, Mandelbrot, and Newton type. The name Fatou comes from the mathematician after whom the Fatou sets are named. Definition …
