Skip to content

Commit

Permalink
added gridlines
Browse files Browse the repository at this point in the history
  • Loading branch information
rishsriv committed Jun 24, 2024
1 parent 9256ade commit b5c4152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analyze_results_and_post_to_slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
kind="scatter",
col_wrap=3,
)
plt.grid() # add grid lines
# save the graph
# this will get overwritten each time the script is run, but that's okay
facet_plot.figure.savefig(f"results/avg_correct_{model_name}.png")
Expand Down

0 comments on commit b5c4152

Please sign in to comment.