Code Monkey home page Code Monkey logo

Comments (5)

enblacar avatar enblacar commented on September 28, 2024

Hi @TdzBAS,

Thanks for using my package!

Would it be possible if you could include the code that you used to generate this plot?
That will allow me to have a better understanding of the issue.

Many thanks!
Enrique

from scpubr.

TdzBAS avatar TdzBAS commented on September 28, 2024

Hi @enblacar,

thanks for your quick reply!

this is the code:
image

So i want to see the featurenames above the featureplots.

Many Thanks!
Tolga

from scpubr.

enblacar avatar enblacar commented on September 28, 2024

Hi @TdzBAS,

I see! Can you please retry with legend.position = "bottom" and let me know if that works?

If what you want to do is just show the feature names, this is normally encoded in the legend in SCpubr::do_FeaturePlot(). With the current release, you will have to add then manually afterwards if you want to still remove the legend:

p <- your_plot
# For each panel, add the title manually.
p[[1]] <- p[[1]] + ggplot2::ggtitle("your_title")
p[[2]] <- p[[2]] + ggplot2::ggtitle("your_other_title")

Hope this helps!

Best,
Enrique

from scpubr.

TdzBAS avatar TdzBAS commented on September 28, 2024

thanks this worked!

The title is now leftadjusted, can i center it?

image

from scpubr.

enblacar avatar enblacar commented on September 28, 2024

You can do it with:

p <- p + ggplot2::theme(plot.title = ggplot2::element_text(hjust = 0.5))

Glad it helped!
Enrique

from scpubr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.