Commit 3ddac87
Clean up intermediate variable in render_labels and render_points; update reference images
The _cax intermediate was introduced alongside the now-removed
ax.add_image / ax.add_collection calls. With those calls gone, the
variable serves no purpose -- rename directly to cax at the scatter /
imshow call site.
Reference images for visual tests regenerated from CI artifacts to
reflect the corrected single-compositing alpha output.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 6f60e7f commit 3ddac87
10 files changed
Lines changed: 4 additions & 5 deletions
File tree
- src/spatialdata_plot/pl
- tests/_images
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1016 | 1016 | | |
1017 | 1017 | | |
1018 | 1018 | | |
1019 | | - | |
| 1019 | + | |
1020 | 1020 | | |
1021 | 1021 | | |
1022 | 1022 | | |
| |||
1029 | 1029 | | |
1030 | 1030 | | |
1031 | 1031 | | |
1032 | | - | |
1033 | 1032 | | |
1034 | 1033 | | |
1035 | 1034 | | |
| |||
1721 | 1720 | | |
1722 | 1721 | | |
1723 | 1722 | | |
1724 | | - | |
| 1723 | + | |
1725 | 1724 | | |
1726 | 1725 | | |
1727 | 1726 | | |
| |||
1730 | 1729 | | |
1731 | 1730 | | |
1732 | 1731 | | |
1733 | | - | |
1734 | | - | |
| 1732 | + | |
| 1733 | + | |
1735 | 1734 | | |
1736 | 1735 | | |
1737 | 1736 | | |
| |||
Loading
Loading
0 commit comments