When trying to create the nyquist plot from an FRD system
freq_response = ct.FRD(response, frequencies)
ct.nyquist_plot(freq_response)
the plotting fails with the following error
AttributeError: 'FrequencyResponseData' object has no attribute 'poles' during the call of _default_frequency_range
version: 0.10.0
When trying to create the nyquist plot from an FRD system
the plotting fails with the following error
AttributeError: 'FrequencyResponseData' object has no attribute 'poles'during the call of_default_frequency_rangeversion: 0.10.0