ptvis.layouts.UnifiedTableLayout

class ptvis.layouts.UnifiedTableLayout(padding=0.05)[source]

Bases: BaseTableLayout

Layout of the periodic table where the f-block is not separated.

Parameters:

padding (float, optional) – Padding of the periodic table relative to the maximum possible cell size.

Attributes

padding

Padding of the periodic table.

Methods

annotations()

Give annotation objects.

cell_coordinates(element)

Give coordinates of a cell.

x_axis()

Give an x-axis object.

y_axis()

Give a y-axis object.