Using GNU Octave is easy to plot Bode and Nyquist diagrams, as follows:

bode(zp([], [-1*i, i, -1], 1))

nyquist(zp([-0.5], [0.0, -0.2, -4], 1))