Skip to content

_CollectionWithSizes

Inherits from (Collection)

Wrapper for Matplotlib.collection._CollectionWithSizes

Properties

markerSizes (Array/List)

A list containing the sizes for each individual object in the collection The default is None.
Python methods:

Name Parameters Return Type
get_sizes() - Array/List
set_sizes() markerSizes : Array/List None

markerSize (Float)

A list containing the sizes for each individual object in the collection The default is 20.
Python methods:

Name Parameters Return Type
get_size() - Float
set_size() markerSize : Float None

colors (Array/List)

A list of values describing the colors in a colormap for each element of the collection. This property is prioritized over color The default is None.
Python methods:

Name Parameters Return Type
get_colors() - Array/List
set_colors() colors : Array/List None

color (String)

A string with the color for all of the collection objects. The default is None.
Python methods:

Name Parameters Return Type
get_color() - String
set_color() color : String None

markerEdgeColors (Array/List)

A list of values describing the border colors in a colormap for each element of the collection. This property is prioritized over markerEdgeColor The default is None.
Python methods:

Name Parameters Return Type
get_edgecolors() - Array/List
set_edgecolors() markerEdgeColors: Array/List None

markerEdgeColor (String)

A string with the border color for all of the collection objects. The default is None.
Python methods:

Name Parameters Return Type
get_edgecolor() - String
set_edgecolor() markerEdgeColor: String None

linewidths (Array/List)

A list of values thickness of the line stroke for each element of the collection. This property is prioritized over linewidth The default is None.
Python methods:

Name Parameters Return Type
get_linewidths() - Array/List
set_linewidths() linewidths: Array/List None

linewidth (Float)

A float value with the line stroke thickness for all of the collection objects. The default is None.
Python methods:

Name Parameters Return Type
get_linewidth() - Float
set_linewidth() linewidth: Float None

linestyle (String)

The linestyle for all of the collection objects. The default is None.
Python methods:

Name Parameters Return Type
get_linestyle() - String
set_linestyle() linestyle: String None

hatch (String)

The hatch pattern for all of the collection objects. The default is None.
Python methods:

Name Parameters Return Type
get_hatch() - String
set_hatch() hatch: String None