sdr.plot.symbol_map(symbol_map: ArrayLike, annotate: bool | 'bin' = True, limits: tuple[float, float] | None = None, **kwargs)

Plots the symbol map of the complex symbols \(\hat{x}[k]\).

Parameters:
symbol_map: ArrayLike

The complex symbols \(\hat{x}[k]\).

annotate: bool | 'bin' = True

If True, the symbols are annotated with their index. If "bin", the symbols are annotated with their binary representation.

limits: tuple[float, float] | None = None

The axis limits, which apply to both the x- and y-axis. If None, the axis limits are set to 50% larger than the maximum value.

**kwargs

Additional keyword arguments to pass to matplotlib.pyplot.plot().