Skip to content

Commit

Permalink
Change convergence plots to step plots
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthak-dv committed Mar 4, 2024
1 parent 64df98b commit cd4187a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tardis/visualization/tools/convergence_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ def update_plasma_plots(self):
x=velocity_km_s,
y=self.iterable_data["t_rad"],
line_color=self.plasma_colorscale[self.current_iteration - 1],
line_shape="hv",
row=1,
col=1,
name=self.current_iteration,
Expand All @@ -346,6 +347,7 @@ def update_plasma_plots(self):
x=velocity_km_s,
y=self.iterable_data["w"],
line_color=self.plasma_colorscale[self.current_iteration - 1],
line_shape="hv",
row=1,
col=2,
legendgroup=f"group-{self.current_iteration}",
Expand Down

0 comments on commit cd4187a

Please sign in to comment.