Skip to content

Commit

Permalink
extended charge type plot: use default colors
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan.schirmeister committed Sep 18, 2024
1 parent c8641be commit 0f718b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions simba/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,12 +519,10 @@ def plot_charge_type_distribution(extended_plots_path, scenario, schedule):
bars1 = ax.bar(
["Opportunity", "Depot"],
[charging_types["oppb"], charging_types["depb"]],
color=["#66CDAA", "#66CDAA"],
)
bars2 = ax.bar(
["Opportunity", "Depot"],
[charging_types["oppb_neg"], charging_types["depb_neg"]],
color=["#6495ED", "#6495ED"],
bottom=[charging_types["oppb"], charging_types["depb"]],
)
# create labels with counts
Expand Down

0 comments on commit 0f718b6

Please sign in to comment.