Viz
========================

.. py:module:: gridstatus.viz


Module Contents
---------------



Functions
~~~~~~~~~

.. autoapisummary::
   :nosignatures:

   gridstatus.viz.dam_heat_map
   gridstatus.viz.load_over_time



Contents
~~~~~~~~~~~~~~~~~~~
.. py:function:: dam_heat_map(df)

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

   :param df: 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
   :type df: pandas.DataFrame

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


.. py:function:: load_over_time(df, iso=None)

   Create a line graph of load dataframe


