Skip to content

Commit

Permalink
Always show grid instead of toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed Aug 15, 2024
1 parent 8fa9537 commit 307d5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bw_timex/timex_lca.py
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ def plot_dynamic_characterized_inventory(

handles, labels = axes.get_legend_handles_labels()
axes.legend(handles[::-1], labels[::-1])
plt.grid()
plt.grid(True)
plt.show()

#########
Expand Down

0 comments on commit 307d5c9

Please sign in to comment.