@@ -2621,24 +2621,24 @@ def _determine_omega_vector(syslist, omega_in, omega_limits, omega_num,
26212621 """Determine the frequency range for a frequency-domain plot
26222622 according to a standard logic.
26232623
2624- If omega_in and omega_limits are both None, then omega_out is computed
2625- on omega_num points according to a default logic defined by
2626- _default_frequency_range and tailored for the list of systems syslist, and
2627- omega_range_given is set to False.
2628-
2629- If omega_in is None but omega_limits is an array_like of 2 elements, then
2630- omega_out is computed with the function np .logspace on omega_num points
2631- within the interval [min, max] = [omega_limits[0], omega_limits[1]], and
2632- omega_range_given is set to True.
2633-
2634- If omega_in is a list or tuple of length 2, it is interpreted as a
2635- range and handled like omega_limits. If omega_in is a list or tuple of
2636- length 3, it is interpreted a range plus number of points and handled
2637- like omega_limits and omega_num.
2638-
2639- If omega_in is an array or a list/tuple of length greater than
2640- two, then omega_out is set to omega_in (as an array), and
2641- omega_range_given is set to True
2624+ If ` omega_in` and ` omega_limits` are both None, then ` omega_out` is
2625+ computed on ` omega_num` points according to a default logic defined by
2626+ ` _default_frequency_range` and tailored for the list of systems
2627+ syslist, and ` omega_range_given` is set to False.
2628+
2629+ If ` omega_in` is None but ` omega_limits` is a tuple of 2 elements, then
2630+ ` omega_out` is computed with the function `numpy .logspace` on
2631+ `omega_num` points within the interval `` [min, max] = [omega_limits[0],
2632+ omega_limits[1]]``, and ` omega_range_given` is set to True.
2633+
2634+ If ` omega_in` is a tuple of length 2, it is interpreted as a range and
2635+ handled like ` omega_limits` . If ` omega_in` is a tuple of length 3, it
2636+ is interpreted a range plus number of points and handled like
2637+ ` omega_limits` and ` omega_num` .
2638+
2639+ If ` omega_in` is an array or a list/tuple of length greater than two,
2640+ then ` omega_out` is set to ` omega_in` (as an array), and
2641+ ` omega_range_given` is set to True
26422642
26432643 Parameters
26442644 ----------
0 commit comments