Skip to content

dq.plot.wigner_data

wigner_data(
    wigner: ArrayLike,
    xmax: float,
    ymax: float,
    *,
    ax: Axes | None = None,
    vmax: float = 2 / jnp.pi,
    cmap: str = "dq",
    interpolation: str = "bilinear",
    colorbar: bool = True,
    cross: bool = False,
    clear: bool = False
)

Plot a pre-computed Wigner function.

Warning

Documentation redaction in progress.

Note

Choose a diverging colormap cmap for better results.

See also