Skip to content

Commit 37c0962

Browse files
committed
DOC: bode changed to freqplot in conventions.rst
1 parent fb3d9a0 commit 37c0962

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

doc/conventions.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,15 +206,15 @@ on standard configurations.
206206
207207
Selected variables that can be configured, along with their default values:
208208
209-
* bode.dB (False): Bode plot magnitude plotted in dB (otherwise powers of 10)
209+
* freqplot.dB (False): Bode plot magnitude plotted in dB (otherwise powers of 10)
210210
211-
* bode.deg (True): Bode plot phase plotted in degrees (otherwise radians)
211+
* freqplot.deg (True): Bode plot phase plotted in degrees (otherwise radians)
212212
213-
* bode.Hz (False): Bode plot frequency plotted in Hertz (otherwise rad/sec)
213+
* freqplot.Hz (False): Bode plot frequency plotted in Hertz (otherwise rad/sec)
214214
215-
* bode.grid (True): Include grids for magnitude and phase plots
215+
* freqplot.grid (True): Include grids for magnitude and phase plots
216216
217-
* freqplot.number_of_samples (None): Number of frequency points in Bode plots
217+
* freqplot.number_of_samples (1000): Number of frequency points in Bode plots
218218
219219
* freqplot.feature_periphery_decade (1.0): How many decades to include in the
220220
frequency range on both sides of features (poles, zeros).

0 commit comments

Comments
 (0)