Skip to content

Commit

Permalink
do not scale lines
Browse files Browse the repository at this point in the history
  • Loading branch information
xgarrido committed Oct 12, 2023
1 parent 854cf37 commit 9b482c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cobaya_utilities/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def get_default_settings(colors=None, linewidth=2, num_plot_contours=3):
plot_settings.linewidth = linewidth
plot_settings.legend_fontsize = 15
plot_settings.legend_colored_text = True
plot_settings.scaling = False
return plot_settings


Expand Down

0 comments on commit 9b482c2

Please sign in to comment.