Skip to content

Commit

Permalink
png not svg
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos committed Mar 2, 2024
1 parent 2e3126e commit 5bbdb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/users_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ def graph_users(sales: list[dict[str, (str | int | None)]]) -> None:

sns.despine(left=True)

plt.savefig("cumulative_users.svg", dpi=300, bbox_inches="tight", transparent=True)
plt.savefig("cumulative_users.png", dpi=300, bbox_inches="tight", transparent=True)

0 comments on commit 5bbdb55

Please sign in to comment.