Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plotlines geom #12

Open
bbolker opened this issue Apr 10, 2016 · 0 comments
Open

plotlines geom #12

bbolker opened this issue Apr 10, 2016 · 0 comments

Comments

@bbolker
Copy link
Contributor

bbolker commented Apr 10, 2016

this is pretty trivial, but I'm just putting it here to register/remind myself of it. I've often wished for a combined geom_pointlines() for use cases like

ggplot(...) +
   geom_point(<some complicated arguments>) +
   geom_lines(<the same set of complicated arguments>)

The only questions would be things like:

  • what to do with cases where geom_lines might fail (e.g. different colours apply to different parts of the same line)
  • what if most but not all of the arguments are shared between points and lines?

Neither of these seem to be a very big deal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant