fogleman / domaincoloring

Domain coloring in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Domain Coloring

Simple domain coloring example in Go.

sin(1/z) colored by phase

Example

pow(sin((z-1)/(z+1)), 3) with custom coloring function

Example

Usage

go get -u github.com/fogleman/domaincoloring
cd ~/go/src/github.com/fogleman/domaincoloring
go run main.go

About

Domain coloring in Go.


Languages

Language:Go 100.0%