Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tdunlap607 committed May 22, 2022
1 parent 7523c92 commit 59ca9d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gsd_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ def visualize_gsd(gsd_items, gsd_counts, analysis_date):
ax.plot(total_counts["year"], total_counts["cisa_counts"],
label=f"CISA: {int(total_counts['cisa_counts'].sum()):,}")


"""Set some labels"""
ax.set_xlim(gsd_year_counts["year"].min(), gsd_year_counts["year"].max())
ax.set_ylim(0)
Expand Down

0 comments on commit 59ca9d9

Please sign in to comment.