complex-number-graph matplotlib, numpy, cmath를 이용하여 구현한 복소수 차원의 함수 그래프입니다. run.py는 Re(x)를 x축, Im(x)를 y축에 배치하여 Re(y)를 z축, Im(y)를 rbga로 표현합니다. run-3d.py는 Re(x)를 x축, Im(x)를 y축에 배치하여 복소수 y의 크기를 z축에 표현합니다. examples 2x^2+2x+2의 4차원, 3차원 그래프입니다.