We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
plot_embedding
1 parent 97be3de commit ffb8f9aCopy full SHA for ffb8f9a
1 file changed
src/fancypackage/plotting/_embedding.py
@@ -47,7 +47,7 @@ def plot_embedding(
47
aspect = [aspect] * len(axes)
48
elif len(axes) != len(aspect):
49
logg.warning("The aspect list is shorter than the number of panels. Using `aspect='auto'` for all panels.")
50
- aspect["auto"] * len(axes)
+ aspect = ["auto"] * len(axes)
51
52
for ax_id, ax in enumerate(axes):
53
ax.collections[0].set_rasterized(True)
0 commit comments