Skip to content

Commit 357f4c3

Browse files
Updated chart fidelity
1 parent e8d7795 commit 357f4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analysis/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
def _save_plot(plot: plt, name: str):
77
file_path = os.path.join(file_utils.CHARTS_PATH, f"{name}.jpg")
8-
plot.savefig(file_path)
8+
plot.savefig(file_path, dpi=300)
99

1010
def _create_size_impact_plot():
1111
# 3. How does the size of a commit impact the results?

0 commit comments

Comments
 (0)