MCPcopy Create free account
hub / github.com/scanny/python-pptx / bubble_sizes_ref

Method bubble_sizes_ref

src/pptx/chart/data.py:727–732  ·  view source on GitHub ↗

The Excel worksheet reference for the range containing the bubble sizes for *series*.

(self, series)

Source from the content-addressed store, hash-verified

725 return series_data
726
727 def bubble_sizes_ref(self, series):
728 """
729 The Excel worksheet reference for the range containing the bubble
730 sizes for *series*.
731 """
732 return self._workbook_writer.bubble_sizes_ref(series)
733
734 @lazyproperty
735 def _workbook_writer(self):

Callers 1

bubble_sizes_refMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected