Skip to content

Commit 5648440

Browse files
committed
Reverted previous mistaken edit
1 parent 0df099f commit 5648440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pvtol-nested.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
for ax in plt.gcf().axes:
109109
if ax.get_label() == 'control-bode-magnitude':
110110
break
111-
ax.semilogx([1e-4, 1e3], 20*np.log10([1, 1]), 'k-')
111+
ax.semilogx([1e-4, 1e3], 20*np.log10([1, 1]), 'k-')
112112

113113
#
114114
# Replot phase starting at -90 degrees

0 commit comments

Comments
 (0)