# Fun One Liners

**URL:** https://discourse.julialang.org/t/fun-one-liners/28352
**Category:** General Usage
**Created:** [September 3, 2019, 11:13pm UTC](https://discourse.julialang.org/t/fun-one-liners/28352 "2019-09-03T23:13:18Z")
**Posts on this page:** 1
**Showing post:** 46

<div class="post-metadata">

### Author: ![chakravala](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/chakravala/32/6832_2.png) [@chakravala](https://discourse.julialang.org/u/chakravala)
#### Post date: [September 12, 2019, 1:50am UTC](https://discourse.julialang.org/t/fun-one-liners/28352/46 "2019-09-12T01:50:11Z")

</div>

One of the first packages I made is [Fatou.jl](https://github.com/chakravala/Fatou.jl) which is intended to provide a one-liner interface for [fractals](https://github.com/chakravala/Fatou.jl/wiki/Explore-Fatou-sets-&-fractals)

> [@\[ANN\] Fatou.jl : Easily share Julia fractals](https://discourse.julialang.org/t/ann-fatou-jl-easily-share-julia-fractals/12278/1):
>
> ```julia
> using Fatou, ImageInTerminal # or PyPlot with plot
> mandelbrot(:(ℯ^(-z)+cos(c)+im*sin(c*z)),∂=[-π,π,-2,2],n=700,N=80,cmap="jet",iter=false,p=-0.3) |> fatou
> 
> ```
> 
> ![outc](https://global.discourse-cdn.com/julialang/original/2X/8/8b9a624ce3ec4d4f3e76b55b99299b0682f63bdd.png)

but I haven’t seen anyone post their own version Fatou one-liner fractals anywhere yet

---

_[View the full topic](https://discourse.julialang.org/t/fun-one-liners/28352)._
