Skip to content

Commit bc08a32

Browse files
authored
Fix typos in pzmap.py
Fixed typos, possibly preventing from changing the marker color via optional argument
1 parent 6e9526c commit bc08a32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

control/pzmap.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def pole_zero_plot(
228228
Set the title of the plot. Defaults plot type and system name(s).
229229
marker_color : str, optional
230230
Set the color of the markers used for poles and zeros.
231-
marker_color : int, optional
231+
marker_size : int, optional
232232
Set the size of the markers used for poles and zeros.
233233
marker_width : int, optional
234234
Set the line width of the markers used for poles and zeros.
@@ -370,7 +370,7 @@ def pole_zero_plot(
370370
if marker_color is None:
371371
color = color_cycle[(color_offset + idx) % len(color_cycle)]
372372
else:
373-
color = maker_color
373+
color = marker_color
374374

375375
# Plot the locations of the poles and zeros
376376
if len(poles) > 0:

0 commit comments

Comments
 (0)
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