Skip to content

Commit 13eda42

Browse files
committed
update custom Nyquist plot in documentation
1 parent 51fa137 commit 13eda42

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)