Skip to content

Commit c545273

Browse files
committed
Add deprecation wrapper
1 parent fb94cc6 commit c545273

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pandas/__init__.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@
4646
from pandas.tools.merge import (merge, concat, ordered_merge,
4747
merge_ordered, merge_asof)
4848
from pandas.tools.pivot import pivot_table, crosstab
49-
from pandas.tools.plotting import scatter_matrix, plot_params
49+
50+
# deprecated
51+
import pandas.tools.plotting
52+
from pandas.plotting import scatter_matrix, plot_params
5053
from pandas.tools.tile import cut, qcut
5154
from pandas.tools.util import to_numeric
5255
from pandas.core.reshape import melt

0 commit comments

Comments
 (0)