Histogram2d =========== Compute the bi-dimensional histogram of two data samples. **Abstract Signature:** ``Histogram2d(x: Array, y: Array, bins: Union[int, Array] = 10, range: Optional[Array], density: bool = False, weights: Optional[Array])`` .. raw:: html
——