Giter Club home page Giter Club logo

Comments (3)

KMGehweiler avatar KMGehweiler commented on August 21, 2024

I really like the idea of this package, but it makes me sad that the example for embedded bar charts isn't working. :-(

from ggsubplot.

garrettgman avatar garrettgman commented on August 21, 2024

KMG,

Thanks for pointing this out. The first three examples work on my machine. I suspect it has to do with package versioning. Do they go away for you when you run R 2.15.1 and ggplot2 v 0.9.2?

The last example fails because of the way you use breaks. geom_subplot2d needs breaks to be a list that contains a vector for the x variable and a vector for the y variable. In this case, the ranges of lat and lon are fairly far from c(-1, 1). Try something like this. It should work.

ggplot(casualties, aes(lon, lat), size = 0) +
  geom_subplot2d(aes(lon, lat, 
    subplot = geom_bar(aes(victim, ..count.., fill = victim))), 
    breaks=list(c(60,65,70, 75), c(28, 33, 38)), ref = NULL, width = rel(0.8))

Garrett

from ggsubplot.

KMGehweiler avatar KMGehweiler commented on August 21, 2024

Thank you very much, everything works now! :-)
(I was working with R 2.15.0 before.)

from ggsubplot.

Related Issues (16)

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.