Skip to content

Commit f41ac88

Browse files
committed
Forced image_comparison tool scatter plot to be square.
1 parent 0f77b13 commit f41ac88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/astrohack/core/image_comparison_tool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,7 @@ def scatter_plot(
657657
regression_reference_label="Perfect agreement",
658658
xlim=(pl_min, pl_max),
659659
ylim=[pl_min, pl_max],
660+
force_equal_aspect=True,
660661
)
661662
close_figure(
662663
fig,

0 commit comments

Comments
 (0)