Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Sichao25 committed Jul 25, 2024
1 parent 494cc59 commit 5baf1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spateo/plotting/static/contour.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ def spatial_domains(
fig.set_size_inches(plot_size[0], plot_size[1])
plt.imshow(contour_img, cmap="tab20", origin="lower")

write_png(save_img, contour_img.astype("uint8"))
write_png(save_img, contour_img.astype("uint8"))

0 comments on commit 5baf1b0

Please sign in to comment.