Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit03f87a3

Browse files
authored
Fix small typo from manual merge
1 parent43d8b95 commit03f87a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎control/freqplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def bode_plot(syslist, omega=None, dB=None, Hz=None, deg=None,
280280
ax_phase.semilogx([Wcp,Wcp], [1e5,math.radians(phase_limit)+
281281
math.radians(pm)],
282282
color='k',linestyle=':',zorder=-20)
283-
ax_phase.semilogx([Wcp,Wcp], [math.radians(phase_limit)+math.radians(pm)
283+
ax_phase.semilogx([Wcp,Wcp], [math.radians(phase_limit)+math.radians(pm),
284284
math.radians(phase_limit)],
285285
color='k',zorder=-20)
286286

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp