Skip to content

Commit 3d607cb

Browse files
authored
chore: add logger to plot accessor (#1896)
1 parent 25efabc commit 3d607cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bigframes/operations/plotting.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@
1717
import bigframes_vendored.constants as constants
1818
import bigframes_vendored.pandas.plotting._core as vendordt
1919

20+
from bigframes.core import log_adapter
2021
import bigframes.operations._matplotlib as bfplt
2122

2223

24+
@log_adapter.class_logger
2325
class PlotAccessor(vendordt.PlotAccessor):
2426
__doc__ = vendordt.PlotAccessor.__doc__
2527

0 commit comments

Comments
 (0)