jarvis.analysis.periodic.ptable

Module for showing periodic table chemical trends.

Module Contents

Functions

plot_ptable_trend([data_elements, data_list, ...])

Generate periodic table chemical trends.

jarvis.analysis.periodic.ptable.plot_ptable_trend(data_elements=['Rb', 'S', 'Se'], data_list=[10, 20, 30], input_file=None, output_html='ptable.html', bokeh_palette='Plasma256', cmap=plasma, log_scale=0, width=1050, alpha=0.65, cbar_height=520, cbar_font='14pt', save_plot=True)[source]

Generate periodic table chemical trends.

Either provide a file or list of data_elements, &data_list. Note that Bokeh already provided a periodic table. This module will take your data to color code them. See an example: https://www.nature.com/articles/s41598-019-45028-y Fig. 3 Forked from https://github.com/arosen93/ptable_trends