From: Roberto B. <<rob...@su...> - 2019-09-08 12:30:43
|
It seems that in the function "pzmap" on the line 84 the call Plot = config._get_param('rlocus', 'Plot', grid, True) return Plot = False I think that this line should be changed into Plot = config._get_param('rlocus', 'Plot', Plot, True) otherwise no plot is shown Roberto |