Skip to content

Commit 27fd836

Browse files
committed
fix: new khiops hist doc in the demo. Better function reference in doc for hist
1 parent 28a3844 commit 27fd836

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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
{

src/khisto/matplotlib/hist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)