Skip to content

Commit

Permalink
fix: Use previously ignored parameter. (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbelak-dtml authored Jul 31, 2023
1 parent 9900bbc commit 7b902a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions edvart/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,6 @@ def scatter_plot_2d(
ax.set_xticks([])
if not show_yticks:
ax.set_yticks([])
if not show_zerolines:
ax.grid(False)
plt.show()

0 comments on commit 7b902a3

Please sign in to comment.