diff --git a/doc/source/user_guide/visualization.rst b/doc/source/user_guide/visualization.rst index 451ddf046416e..814627043cfc8 100644 --- a/doc/source/user_guide/visualization.rst +++ b/doc/source/user_guide/visualization.rst @@ -821,7 +821,7 @@ You can create a scatter plot matrix using the df = pd.DataFrame(np.random.randn(1000, 4), columns=['a', 'b', 'c', 'd']) @savefig scatter_matrix_kde.png - scatter_matrix(df, alpha=0.2, figsize=(6, 6), diagonal='kde') + scatter_matrix(df, alpha=0.2, figsize=(6, 6), diagonal='kde'); .. ipython:: python :suppress: @@ -1683,4 +1683,4 @@ to generate the plots. Some libraries implementing a backend for pandas are list on the ecosystem :ref:`ecosystem.visualization` page. Developers guide can be found at -https://dev.pandas.io/docs/development/extending.html#plotting-backends \ No newline at end of file +https://pandas.pydata.org/docs/dev/development/extending.html#plotting-backends