Skip to content

Commit

Permalink
Version 0.3.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yilmaz4 committed Jan 9, 2022
1 parent 38f29ff commit 8eee64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perspective/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def save_graph(response: dict, filename: str = "chart.png", title: Optional[str]

plt.xticks([0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100])

if grid_lines:
if grid_lines == True:
plt.grid(b = True, color ='grey', linestyle ='-', linewidth = 0.5, alpha = 0.2)

plt.savefig(filename, bbox_inches='tight')

0 comments on commit 8eee64f

Please sign in to comment.