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
|