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 1e21ed1 commit b63030dCopy full SHA for b63030d
src/spatialdata_plot/pl/render.py
@@ -696,8 +696,8 @@ def _render_labels(
696
alpha=render_params.fill_alpha,
697
origin="lower",
698
)
699
- _cax.set_transform(trans_data)
700
- cax = ax.add_image(_cax)
+ _cax.set_transform(trans_data)
+ cax = ax.add_image(_cax)
701
702
_ = _decorate_axs(
703
ax=ax,
0 commit comments