Skip to content

Commit

Permalink
formatting fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Massimiliano Lupo Pasini committed Dec 16, 2021
1 parent ab7dafb commit 24595af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydragnn/postprocess/visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def __scatter_impl(
y_label=None,
xylim_equal=False,
):
ax.scatter(x, y, s=s, edgecolor='b', marker=marker, facecolor="none")
ax.scatter(x, y, s=s, edgecolor="b", marker=marker, facecolor="none")

ax.set_title(title)
ax.set_xlabel(x_label)
Expand Down

0 comments on commit 24595af

Please sign in to comment.