layout_dict

Contents

layout_dict#

lobsterpy.plotting.layout_dicts.layout_dict = {'hovermode': 'closest', 'paper_bgcolor': 'rgba(0,0,0,0)', 'plot_bgcolor': 'rgba(0,0,0,0)', 'showlegend': True, 'title_x': 0.1, 'title_y': 0.9, 'titlefont': {'size': 18}}#

General layout of Plotly figure.

Parameters:
  • titlefont (dict) – Line style dictionary.

  • showlegend (bool) – Legend hide or show.

  • title_x (float) – x axis title size.

  • title_y (float) – y axis title size.

  • hovermode (str) – hover behaviour.

  • paper_bgcolor (str) – background color.

  • plot_bgcolor (str) – plot background color.