Viz#

Module Contents#

Functions#

dam_heat_map

Create a heat map of day-ahead location marginal prices.

Contents#

gridstatus.viz.dam_heat_map(df)[source]#

Create a heat map of day-ahead location marginal prices.

Args:

df (pd.DataFrame): A DataFrame with columns “Time”, “Location”, and “LMP”. If Hour is specified, it will be used as the x-axis. Otherwise, the hour ending will be used instead of Time

Returns:

plotly.graph_objects.Figure: A heat map of day-ahead location marginal prices.