Skip to content

Commit

Permalink
Fix possibly wrong indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenbarth committed Jun 12, 2024
1 parent 048631a commit 6fb8c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/spatialdata_plot/pl/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,8 +696,8 @@ def _render_labels(
alpha=render_params.fill_alpha,
origin="lower",
)
_cax.set_transform(trans_data)
cax = ax.add_image(_cax)
_cax.set_transform(trans_data)
cax = ax.add_image(_cax)

_ = _decorate_axs(
ax=ax,
Expand Down

0 comments on commit 6fb8c55

Please sign in to comment.