skrf.plotting.legend_off

skrf.plotting.legend_off(ax=None)[source]

Turn off the legend for a given axes.

If no axes is given then it will use current axes.

Parameters:

ax (matplotlib.Axes or None, optional) – axis to operate on. Default is None for current axe gca()