ptvis.layouts.SeparatedTableLayout¶
- class ptvis.layouts.SeparatedTableLayout(lanthanoids_symbol='†', actinoids_symbol='‡', symbol_width=0.5, separation=0.5, padding=0.05)[source]¶
Bases:
BaseTableLayoutLayout 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 actinoidssymbol_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
Symbol for marking the actinoids.
Symbol for marking the lanthanoids.
Padding of the periodic table.
Vertical separation above the f-block.
Width of a symbol.
Methods
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.