Coder Social home page Coder Social logo

Comments (10)

daattali avatar daattali commented on May 29, 2024

You're right, coode_flip() doesn't work. I'll try to take a look when I find some time, but it's unlikely in the near future as I have a bit too much on my plate at the moment. I'd be happy to accept a PR :)

from ggextra.

AhabTheJudge avatar AhabTheJudge commented on May 29, 2024

from ggextra.

crew102 avatar crew102 commented on May 29, 2024

Can u post reprod ex?

from ggextra.

daattali avatar daattali commented on May 29, 2024
set.seed(30)
df <- data.frame(x = rnorm(500, 50, 10), y = runif(500, 0, 50))
p <- ggplot2::ggplot(df, ggplot2::aes(x, y)) + ggplot2::geom_point()

Compare ggMarginal(p) to ggMarginal(p + coord_flip())

from ggextra.

crew102 avatar crew102 commented on May 29, 2024

Thanks. I think we can close this in the next version.

from ggextra.

AhabTheJudge avatar AhabTheJudge commented on May 29, 2024

from ggextra.

daattali avatar daattali commented on May 29, 2024

After the refactor of #40 I get an error when flipping and using boxplots:

p <- ggplot(mtcars, aes(mpg,wt)) + geom_point() + coord_flip()
ggMarginal(p, type="boxplot")

from ggextra.

crew102 avatar crew102 commented on May 29, 2024

Should this be closed by the refactor? Also issue #43?

from ggextra.

daattali avatar daattali commented on May 29, 2024

I was going to ask you - when running the tests for the package, the tests for this are not run on previous ggplot2 versions , resulting in

Skipped -----------------------------------------

messages. I assume that's on purpose - this feature should only be tested on latest version. Do you have any idea if CRAN gives any problems for skipped tests?

from ggextra.

crew102 avatar crew102 commented on May 29, 2024

Looks like the reference figure that is used in that test never made into into the figs folder. I'll fix.

from ggextra.

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.