We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d7795 commit 357f4c3Copy full SHA for 357f4c3
src/analysis/analysis.py
@@ -5,7 +5,7 @@
5
6
def _save_plot(plot: plt, name: str):
7
file_path = os.path.join(file_utils.CHARTS_PATH, f"{name}.jpg")
8
- plot.savefig(file_path)
+ plot.savefig(file_path, dpi=300)
9
10
def _create_size_impact_plot():
11
# 3. How does the size of a commit impact the results?
0 commit comments