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
- Host: GitHub
- URL: https://github.com/powergee/python-domain-coloring
- Owner: powergee
- Created: 2020-10-04T23:27:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-06T02:50:29.000Z (over 5 years ago)
- Last Synced: 2025-02-15T03:15:18.276Z (over 1 year ago)
- Language: Python
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```