ptvis.layouts.SeparatedTableLayout

class ptvis.layouts.SeparatedTableLayout(lanthanoids_symbol='†', actinoids_symbol='‡', symbol_width=0.5, separation=0.5, padding=0.05)[source]

Bases: BaseTableLayout

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

Parameters:
  • lanthanoids_symbol (str, optional) – Symbol for marking the lanthanoids.

  • actinoids_symbol (str, optional) – Symbol for marking the actinoids

  • symbol_width (float, optional) – Width of a symbol relative to the maximum possible cell width.

  • separation (float, optional) – Vertical separation above the f-block relative to the maximum possible cell height.

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

Attributes

actinoids_symbol

Symbol for marking the actinoids.

lanthanoids_symbol

Symbol for marking the lanthanoids.

padding

Padding of the periodic table.

separation

Vertical separation above the f-block.

symbol_width

Width of a symbol.

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.