An open API service indexing awesome lists of open source software.

https://github.com/powergee/python-domain-coloring

Domain coloring with complex functions and color functions
https://github.com/powergee/python-domain-coloring

Last synced: about 1 year ago
JSON representation

Domain coloring with complex functions and color functions

Awesome Lists containing this project

README

          

# python-domain-coloring
Domain coloring with complex functions and color functions

```python
showPlot(lambda z: z**3-1, getHSVToFindSolutions, -3, 3, 1000, -3, 3, 1000)
```



```python
showPlot(mp.zeta, getHSVToFindSolutions, -30, 30, 1000, -30, 30, 1000)
```