Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
Fix typo in charts.py

Co-authored-by: dav3r <david.redmin@trio.dhs.gov>
  • Loading branch information
DJensen94 and dav3r committed May 10, 2022
1 parent 6eca1a2 commit dd070ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pe_reports/charts.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def line_chart(self):
), # distance from text to points (x,y)
ha="center", # horizontal alignment can be left, right or center
)
# Specify axis atributes
# Specify axis attributes
plt.ylim(ymin=0, ymax=int(df[df.columns].max().max() * 1.15))
plt.xticks(fontsize=7)
plt.yticks(fontsize=7)
Expand Down

0 comments on commit dd070ad

Please sign in to comment.