Skip to content

Commit

Permalink
Changed corner plot default setting
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyuon committed Jul 25, 2024
1 parent 94e5dfa commit 4267d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jimgw/single_event/runManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def plot_corner(self, path: str = "corner.jpeg", **kwargs):
plot_datapoint = kwargs.get("plot_datapoints", False)
title_quantiles = kwargs.get("title_quantiles", [0.16, 0.5, 0.84])
show_titles = kwargs.get("show_titles", True)
title_fmt = kwargs.get("title_fmt", "g")
title_fmt = kwargs.get("title_fmt", ".2E")
use_math_text = kwargs.get("use_math_text", True)

samples = self.jim.get_samples()
Expand Down

0 comments on commit 4267d97

Please sign in to comment.