We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5b61e commit 74fdb35Copy full SHA for 74fdb35
1 file changed
packages/bigframes/bigframes/operations/plotting.py
@@ -17,9 +17,11 @@
17
import bigframes_vendored.constants as constants
18
import bigframes_vendored.pandas.plotting._core as vendordt
19
20
+from bigframes.core import log_adapter
21
import bigframes.operations._matplotlib as bfplt
22
23
24
+@log_adapter.class_logger
25
class PlotAccessor(vendordt.PlotAccessor):
26
__doc__ = vendordt.PlotAccessor.__doc__
27
0 commit comments