Skip to content

Instantly share code, notes, and snippets.

View 392781's full-sized avatar
🌧️
dreaming of rain

Ronald Lencevičius 392781

🌧️
dreaming of rain
View GitHub Profile
@cswiercz
cswiercz / simple.py
Last active May 14, 2023 01:07
A quick demonstration of how to plot multivalued complex functions in Python.
import numpy
import sympy
from mpl_toolkits.mplot3d import Axes3D
import matplotlib
from matplotlib import cm, colors
from matplotlib import pyplot as plt
branching_number = 2