Skip to content

Commit f4e3a1c

Browse files
committed
Add docstring module to nichols.py
1 parent 27de18c commit f4e3a1c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

control/nichols.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
"""nichols.py
2+
3+
Functions for plotting Black-Nichols charts.
4+
5+
Routines in this module:
6+
7+
nichols.nichols_plot aliased as nichols.nichols
8+
nichols.nichols_grid
9+
"""
10+
111
# nichols.py - Nichols plot
212
#
313
# Contributed by Allan McInnes <Allan.McInnes@canterbury.ac.nz>

0 commit comments

Comments
 (0)