Skip to content

sillynacht/PolyaCplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PolyaCplot

Install with

pip install PolyaCplot

and use as

import sympy as np
import matplotlib.pyplot as plt
import PolyaCplot as pc


fig, ax = plt.subplot()

z = sp.symbols('z')
f = 1 / z ** 2

pc.streamplot(f, z, ax)

plt.show()

About

Plot complex functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages