Code Monkey home page Code Monkey logo

Comments (7)

TheNetAdmin avatar TheNetAdmin commented on May 19, 2024 1

Need the grouping as well, grouping will make esquisse a masterpiece.

from esquisse.

pvictor avatar pvictor commented on May 19, 2024 1

Ok I added geom_area as well and you can now use position argument for lines & area!

from esquisse.

pvictor avatar pvictor commented on May 19, 2024

Hello!
I added a box for choosing "group" aesthetic (I think that's the last one regarding horizontal space).
Re-install from GitHub and try:

esquisser(nlme::Oxboys)

# and plot lines with group = Subject 
ggplot(data = nlme::Oxboys) +
  aes(x = age, y = height, group = Subject) +
  geom_line(color = "#0c4c8a") +
  theme_minimal()

I will look for the position argument.

Victor

from esquisse.

guiastrennec avatar guiastrennec commented on May 19, 2024

I just tested it it works great, thank you for considering my suggestion. I look forward to the position argument now 😄

from esquisse.

TheNetAdmin avatar TheNetAdmin commented on May 19, 2024

Great job!

from esquisse.

pvictor avatar pvictor commented on May 19, 2024

@guiastrennec have you an example where it's useful ? I need one for testing and I must admit that I don't use group very much ;)

from esquisse.

guiastrennec avatar guiastrennec commented on May 19, 2024

@pvictor I typically use group on line plots e.g.

ggplot(data = Theoph, aes(x = Time, y = conc, group = Subject)) + 
  geom_line()

rplot05

from esquisse.

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.