Skip to content

Commit

Permalink
Further Updates to Overview page to replace existing single page view
Browse files Browse the repository at this point in the history
  • Loading branch information
pclemow committed Aug 20, 2024
1 parent f30aab1 commit 95e6cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/figures.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def generate_system_freq_fig(df: pd.DataFrame) -> px.line:
return system_freq_fig


@axes(ylabel="Power (MW)", yrange=[-100, 100], xdomain=[0, 0.43])
@axes(ylabel="Power (MW)", yrange=[-250, 250], xdomain=[0, 0.43])
def generate_intraday_market_sys_fig_left(df: pd.DataFrame) -> go.Figure:
"""Generate left panel of Intraday Market System figure.
Expand Down Expand Up @@ -739,7 +739,7 @@ def generate_dsr_fig(df: pd.DataFrame) -> go.Figure:


@figure("Overall Gridlington DSR Action")
@axes(ylabel="MW", yrange=[-8, 8])
@axes(ylabel="MW", yrange=[-3.5, 1.5])
def generate_dsr_commands_fig(df: pd.DataFrame) -> px.line:
"""Creates Plotly figure for DSR Commands to Agents graph.
Expand Down

0 comments on commit 95e6cf8

Please sign in to comment.