diff --git a/examples/all_features_example.py b/examples/all_features_example.py index b70b301..f8c3fdd 100644 --- a/examples/all_features_example.py +++ b/examples/all_features_example.py @@ -190,7 +190,7 @@ fig.update_xaxes(title="Time") fig.update_yaxes(title="Price ($/MWh)") fig.update_layout(yaxis_range=[0.0, 100.0], title="QLD Region Price") -fig.write_image('charts/full_featured_market_qld_prices.png') +fig.write_image('full_featured_market_qld_prices.png') fig.show() con.close() diff --git a/examples/recreating_historical_dispatch.py b/examples/recreating_historical_dispatch.py index aad7d94..19796e1 100644 --- a/examples/recreating_historical_dispatch.py +++ b/examples/recreating_historical_dispatch.py @@ -113,7 +113,7 @@ fig.update_xaxes(title="Time") fig.update_yaxes(title="Price ($/MWh)") fig.update_layout(yaxis_range=[0.0, 100.0], title="QLD Region Price") -fig.write_image('charts/energy_market_only_qld_prices.png') +fig.write_image('energy_market_only_qld_prices.png') fig.show() print(outputs)