theislab / cellrank

CellRank: dynamics from multi-view single-cell data
https://cellrank.org
BSD 3-Clause "New" or "Revised" License
344 stars 46 forks source link

Saving vk.plot_projection() #1133

Closed JuliaChristiaanse closed 12 months ago

JuliaChristiaanse commented 12 months ago

Hello CellRank team!

I am quite new to cellrank and recently made some lovely RNA velocity plots which I would love to save to my specified directory. I noticed there isn't a "save" argument for vk.plot_projection(). Can I still save the plot?

Thank you in andvance.

Kind regards,

Marius1311 commented 12 months ago

Hi @JuliaChristiaanse, can you try whether passing save=PATH still works? We might just have forgotten to expose the argument. @michalk8

JuliaChristiaanse commented 12 months ago

Hi, @Marius1311,

I just tried save=PATH and it works, I simply did not know this was an option.

Thank you!

Marius1311 commented 12 months ago

sure, great to hear that this worked!