Skip to content

Commit

Permalink
updated for working bot
Browse files Browse the repository at this point in the history
  • Loading branch information
NIXBLACK11 committed Aug 16, 2023
2 parents 10c614a + 7ec6a3d commit 4d6e05c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions photoWork.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@

def create_plot(expenditures):
months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
<<<<<<< HEAD

=======

>>>>>>> 7ec6a3d3141e966a7c28e833e7cc7ffdbdeea075
plt.figure(figsize=(10, 6)) # Set the figure size
plt.plot(months, expenditures, marker='o') # Create the line plot with markers on data points
plt.title('Monthly Expenditures')
Expand Down

0 comments on commit 4d6e05c

Please sign in to comment.