George Hall
George Hall
> Worked around this with @rockdeme's suggestion. Just use anndata, you'll have to get reticulate and other dependencies but it's worth it. > > Example: > > ```r > library("Seurat")...
Hi all, In my case, I am happy with simply rotating the image in e.g. `SpatialFeaturePlot` (I don't need to rotate the underlying datapoints). I've come up with this solution...
Hi @ElyasMo, Glad you find it useful! This isn't a problem I've experienced, but your solution looks good to me 😀 Thanks for contributing! Thanks, George
Hi, I have now written a function to do this, see here: https://github.com/satijalab/seurat/issues/6095#issuecomment-1973063131. Thanks, George
> > Hi, I have now written a function to do this, see here: [#6095 (comment)](https://github.com/satijalab/seurat/issues/6095#issuecomment-1973063131). > > Thanks, George > > hi, i use it to plot my ST...
Hi, Obviously this is quite an old question, but in case this helps someone: ```python import matplotlib.pyplot as plt scrub.plot_histogram() plt.savefig("scrublet_output_plot.pdf") ``` Thanks, George