show() has no way to set x/y axis labels. Downstream callers (squidpy's spatial_scatter/spatial_segment have an axis_label kwarg) currently have to reach into the returned axes and call ax.set_xlabel/ax.set_ylabel after the fact, per-panel.
Request: an axis_label (or xlabel/ylabel) kwarg on show() that sets the axis labels on every rendered panel, consistent with how title= already works.
- Accept a single str applied to all panels, or an
(x, y) pair.
None keeps current behavior (no labels).
Version: 0.4.1.
show()has no way to set x/y axis labels. Downstream callers (squidpy'sspatial_scatter/spatial_segmenthave anaxis_labelkwarg) currently have to reach into the returned axes and callax.set_xlabel/ax.set_ylabelafter the fact, per-panel.Request: an
axis_label(orxlabel/ylabel) kwarg onshow()that sets the axis labels on every rendered panel, consistent with howtitle=already works.(x, y)pair.Nonekeeps current behavior (no labels).Version: 0.4.1.