Element plotter¶
periodictable.plot
¶
Table plotter
-
periodictable.plot.
table_plot
(data, form='line', label=None, title=None)¶ Plot periodic table data using element symbol vs. value.
- Parameters
- data{ Element: float }
Data values to plot
- form = “line”“line|grid”
Table layout to use
- Returns
None