You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When plotting the latent space, for example the velocity stream embedding, with specifying figsize can lead to cells being cut off at the border (see picture below).
@seigfried, I managed to reproduce the issue reported in #765 using the Pancreas dataset with figsize=[4, 4]. I suspect you can fix the issue by using a different figure size.
Hello @WeilerP,
We have the same issue. Is it possible to remove the limit of figsize? I mean, no matter what the value of figsize, it can generate the plot without cutting off at the border?
Thanks!
Best,
YJ
@hyjforesight@WeilerP it's been a while, but in case someone is facing the same problem: for me, using a different figsize didn't solve the problem, but adding the parameter add_margin=0.2 did the trick (scv v0.2.5, matplotlib v3.5.3).
When plotting the latent space, for example the velocity stream embedding, with specifying
figsize
can lead to cells being cut off at the border (see picture below).Versions
The text was updated successfully, but these errors were encountered: