We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059e286 commit b7f2330Copy full SHA for b7f2330
src/spatialdata_plot/pl/basic.py
@@ -684,7 +684,7 @@ def show(
684
685
# Manually show plot if we're not in interactive mode
686
# https://stackoverflow.com/a/64523765
687
- if hasattr(sys, "ps1"):
+ if not hasattr(sys, "ps1"):
688
plt.show()
689
690
return (fig_params.ax if fig_params.axs is None else fig_params.axs) if return_ax else None # shuts up ruff
0 commit comments