lobsterpy.plotting.layout_dicts

lobsterpy.plotting.layout_dicts#

Dictionaries for plotly figure layouts.

Layout inspired by materialsproject/crystaltoolkit

Contains dicts for
  1. general figure layout

  2. axes ((I)COHP / energy)

  3. traces (Spin.up / Spin.down)

  4. legend

Module Attributes

layout_dict

General layout of Plotly figure.

cohp_axis_style_dict

COXX axis style.

energy_axis_style_dict

Energy axis style.

spin_up_trace_style_dict

Line style for Spin.up traces.

spin_down_trace_style_dict

Line style for Spin.down traces.

legend_style_dict

Legend style.