Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/spatialdata_plot/pl/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def _render_shapes(
logger.info(
f"Using '{method}' backend with '{render_params.ds_reduction}' as reduction"
" method to speed up plotting. Depending on the reduction method, the value"
" range of the plot might change. Set method to 'matplotlib' do disable"
" range of the plot might change. Set method to 'matplotlib' to disable"
" this behaviour."
)

Expand Down
Loading