8000 Fix typo in disk_margin_plot. · python-control/python-control@14eb315 · GitHub
[go: up one dir, main page]

Skip to content

Commit 14eb315

Browse files
committed
Fix typo in disk_margin_plot.
1 parent ba41e8c commit 14eb315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

control/margins.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -802,8 +802,8 @@ def disk_margin_plot(alpha_max, skew = 0.0, ax = None):
802802
ax.fill_between(ax.lines[ii].get_xydata()[:,0],
803803
ax.lines[ii].get_xydata()[:,1], alpha = 0.25)
804804

805-
plt.ylabel('Gain Variation (dB)')
806-
plt.xlabel('Phase Variation (deg)')
805+
plt.ylabel('Phase Variation (deg)')
806+
plt.xlabel('Gain Variation (dB)')
807807
plt.title('Range of Gain and Phase Variations')
808808
plt.legend(legend_list)
809809
plt.grid()

0 commit comments

Comments
 (0)
0