File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 " \n " ,
2828 " > 📚 For a didactic walk-through of optimal histograms — from the simplest to the\n " ,
2929 " > most complex — see the\n " ,
30- " > [Khiops histograms guide ](https://github.com/KhiopsML/khiops-doc/blob/dev/docs/ learn/histograms.md). \n "
30+ " > histogram documentation in [Khiops fundations ](https://khiops.org/ learn/understand/) \n "
3131 ]
3232 },
3333 {
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def hist(
4848 ax : matplotlib.axes.Axes, optional
4949 Axes object to plot on. If not provided, the current axes will be used.
5050 **kwargs :
51- other keyword arguments are described in ``plt. hist() ``. The ``bins``,
51+ other keyword arguments are described in ``matplotlib.pyplot. hist``. The ``bins``,
5252 ``weights``, and stacked/multiple dataset features are not supported.
5353
5454 Returns
You can’t perform that action at this time.
0 commit comments