def render_eq()

in metropolis/utils/data_classes.py [0:0]


    def render_eq(
        self,
        axis: Axes,
        img_size: Tuple[int, int],
        colors: Tuple[Any, Any, Any] = ("b", "r", "k"),
        linewidth: float = 2,
        num_samples: int = 20,