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

Commit13eda42

Browse files
committed
update custom Nyquist plot in documentation
1 parent51fa137 commit13eda42

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-800 Bytes
Loading

‎doc/response.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ the computation of the Nyquist curve and the way the data are plotted:
547547
sys = ct.tf([1, 0.2], [1, 0, 1]) * ct.tf([1], [1, 0])
548548
nyqresp = ct.nyquist_response(sys)
549549
nyqresp.plot(
550-
max_curve_magnitude=6, max_curve_offset=1,
550+
max_curve_magnitude=6, max_curve_offset=1, blend_fraction=0.05,
551551
arrows=[0, 0.15, 0.3, 0.6, 0.7, 0.925],
552552
title='Custom Nyquist plot')
553553
print("Encirclements =", nyqresp.count)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp