Skip to content

Commit

Permalink
Update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpalmieri committed Aug 26, 2024
1 parent c803e24 commit 007ed7b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions lavague-core/lavague/core/utilities/profiling.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,16 @@ def __init__(self, agent_events, agent_steps):
self.total_step_runtime = agent_steps
self.step_color = "grey"
self.event_color_scheme = [
"lightblue",
"bisque",
"thistle",
"lightgreen",
"pink",
"#FFB3B3", # Pastel Red
"#ADD8E6", # Pastel Blue
"#B2D8B2", # Pastel Green
"#FFCC99", # Pastel Orange
"#D1B3FF", # Pastel Purple
"#FFB3DE", # Pastel Pink
"#B3FFFF", # Pastel Cyan
"#FFFFB3", # Pastel Yellow
"#FFB3FF", # Pastel Magenta
"#D2B48C", # Pastel Brown
]

def plot_waterfall(self):
Expand Down

0 comments on commit 007ed7b

Please sign in to comment.