scrublet icon indicating copy to clipboard operation
scrublet copied to clipboard

Export scrublet plots to .png or .pdf files

Open DieTANG opened this issue 1 year ago • 2 comments

Hi there, Is there any way that I can save the scrublet plots (scrub.plot_histogram() and scrub.plot_embedding()) to png or pdf file? Thanks! Best Dié

DieTANG avatar Jul 13 '23 16:07 DieTANG

Hi,

Obviously this is quite an old question, but in case this helps someone:

import matplotlib.pyplot as plt
scrub.plot_histogram()
plt.savefig("scrublet_output_plot.pdf")

Thanks, George

george-hall-ucl avatar Jul 05 '24 08:07 george-hall-ucl