Closed crazyhottommy closed 3 years ago
Hi Ming,
You can simply set save_fig = True
(by default, it will be saved as pdf file although you can change the format by specifying fig_format
)
st.plot_stream(adata,root='S4',color=['label','CRIP1'], factor_num_win=5, dist_scale=1,save_fig = True)
Thanks!
Hi, A quick question, after running
st.plot_stream(adata,root='S4',color=['label','CRIP1'], factor_num_win=5, dist_scale=1)
how can I save the output as a high quality PDF?Thanks!