enblacar / SCpubr

Generate high quality, publication ready visualizations for single cell transcriptomics data.
https://enblacar.github.io/SCpubr-book/
GNU General Public License v3.0
150 stars 12 forks source link

Output of Featureplot and Dimplot are of different size #52

Closed TdzBAS closed 7 months ago

TdzBAS commented 7 months ago

Hi @enblacar ,

thanks for nice tool. Is there a way to ensure the same height and width for the output of the feature and dimplots? image

Best, Tolga

enblacar commented 7 months ago

Hi @TdzBAS,

Thanks for using my package!

Unfortunately, this seems to fall back to the original behaviour of Seurat::DimPlot() and Seurat::FeaturePlot(). See the example below, using SCpubr and Seurat:

example

Fixing this is currently out of the scope of what I can do right now, sorry. Please feel free to open a new Issue if there is anything else I can help with!

Best, Enrique