Paper Office
paper-pptxAPI referencechart.plot

BubblePlot

paper-pptx 0.2.0 API reference

A bubble chart plot.

Attributes

bubble_scale

attributebubble_scale

An integer between 0 and 300 inclusive indicating the percentage of the default size at which bubbles should be displayed. Assigning None produces the same behavior as assigning 100.

categories

attributecategories

Returns a category.Categories sequence object containing a category.Category object for each of the category labels associated with this plot. The category.Category class derives from str, so the returned value can be treated as a simple sequence of strings for the common case where all you need is the labels in the order they appear on the chart. category.Categories provides additional properties for dealing with hierarchical categories when required.

chart

attributechart

The Chart object containing this plot.

data_labels

attributedata_labels

DataLabels instance providing properties and methods on the collection of data labels associated with this plot.

has_data_labels

attributehas_data_labels

Read/write boolean, True if the series has data labels. Assigning True causes data labels to be added to the plot. Assigning False removes any existing data labels.

series

attributeseries

A sequence of Series objects representing the series in this plot, in the order they appear in the plot.

vary_by_categories

attributevary_by_categories

Read/write boolean value specifying whether to use a different color for each of the points in this plot. Only effective when there is a single series; PowerPoint automatically varies color by series when more than one series is present.

On this page