diff --git a/pandas/plotting/_misc.py b/pandas/plotting/_misc.py index ced34340029f6..b5e23511f03bc 100644 --- a/pandas/plotting/_misc.py +++ b/pandas/plotting/_misc.py @@ -193,7 +193,7 @@ def radviz( influence of all dimensions. More info available at the `original article - `_ + `_ describing RadViz. Parameters @@ -218,7 +218,7 @@ def radviz( See Also -------- - plotting.andrews_curves : Plot clustering visualization. + pandas.plotting.andrews_curves : Plot clustering visualization. Examples --------