diff --git a/control/pzmap.py b/control/pzmap.py index ee91ec9b9..e6007ed63 100644 --- a/control/pzmap.py +++ b/control/pzmap.py @@ -79,8 +79,8 @@ def pzmap(sys, Plot=True, title='Pole Zero Map'): if len(poles) > 0: plt.scatter(real(poles), imag(poles), s=50, marker='x') if len(zeros) > 0: - plt.scatter(real(zeros), imag(zeros), s=50, marker='o', - facecolors='none') + plt.scatter(real(zeros), imag(zeros), s=50, marker='o') + # Add axes #Somewhat silly workaround plt.axhline(y=0, color='black') pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy