diff --git a/bigframes/operations/plotting.py b/bigframes/operations/plotting.py index e9a86be6c9..a741ed5dd9 100644 --- a/bigframes/operations/plotting.py +++ b/bigframes/operations/plotting.py @@ -17,9 +17,11 @@ import bigframes_vendored.constants as constants import bigframes_vendored.pandas.plotting._core as vendordt +from bigframes.core import log_adapter import bigframes.operations._matplotlib as bfplt +@log_adapter.class_logger class PlotAccessor(vendordt.PlotAccessor): __doc__ = vendordt.PlotAccessor.__doc__