We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c6533 commit 2ddd338Copy full SHA for 2ddd338
pandas/plotting/_misc.py
@@ -193,7 +193,7 @@ def radviz(
193
influence of all dimensions.
194
195
More info available at the `original article
196
- <https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.135.889>`_
+ <https://doi.org/10.1145/331770.331775>`_
197
describing RadViz.
198
199
Parameters
@@ -218,7 +218,7 @@ def radviz(
218
219
See Also
220
--------
221
- plotting.andrews_curves : Plot clustering visualization.
+ pandas.plotting.andrews_curves : Plot clustering visualization.
222
223
Examples
224
0 commit comments