Skip to content

Commit

Permalink
plot changes
Browse files Browse the repository at this point in the history
  • Loading branch information
slobentanzer committed Sep 13, 2024
1 parent 3f7603a commit 2ca3e06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/plot_gaussian.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
plt.grid(False)
plt.title("")

# Show axes, x is "Impact", y is "Labs"
plt.xlabel('"Impact"')
plt.ylabel("Number of Labs")
# # Show axes, x is "Impact", y is "Labs"
# plt.xlabel('"Impact"')
# plt.ylabel("Number of Labs")

# Show the simplified plot
plt.show()

0 comments on commit 2ca3e06

Please sign in to comment.