Version: ControlSystems v1.5.1
using ControlSystems
using Plots
y2 = tf(
[1],
[1,13,40,0]
)
marginplot(y2,
xticks=exp10.(-2:0.5:4),
)
the output of the code above is as follows:

In the magnitude graph, a dashed line at 0 is shown. In the phase graph, a dashed line at -180 degrees is not shown.