from sympy.abc import s
from spb import plot_root_locus
G3 = (s**2 + 1) / (s**3 + 2*s**2 + 3*s + 4)
plot_root_locus(G1, G3)