Files
dash-api/lib/python3.11/site-packages/pandas-stubs/plotting/__init__.pyi

21 lines
587 B
Python
Raw Normal View History

2025-09-07 22:09:54 +02:00
from pandas.plotting._core import (
PlotAccessor as PlotAccessor,
boxplot as boxplot,
)
from pandas.plotting._misc import (
andrews_curves as andrews_curves,
autocorrelation_plot as autocorrelation_plot,
bootstrap_plot as bootstrap_plot,
deregister,
lag_plot as lag_plot,
parallel_coordinates as parallel_coordinates,
plot_params as plot_params,
radviz as radviz,
register,
scatter_matrix as scatter_matrix,
table as table,
)
deregister_matplotlib_converters = deregister
register_matplotlib_converters = register