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