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

turn visualizations into geoms #22

Closed
bvreede opened this issue Apr 4, 2023 · 2 comments
Closed

turn visualizations into geoms #22

bvreede opened this issue Apr 4, 2023 · 2 comments

Comments

@bvreede
Copy link
Collaborator

bvreede commented Apr 4, 2023

We want our conversation visualization to be geometries that can be included in a ggplot.

Some useful material:

See also #14

@n400peanuts
Copy link
Collaborator

@n400peanuts

@mdingemanse
Copy link
Contributor

mdingemanse commented Apr 4, 2023

In my experience with ggplot and the tidyverse, the best geoms are conceptually simple and have a clear use case. The two first and conceptually simplest examples that come to mind for the kind of data we have in {talkr} are these:

  1. geom_turn(), initially described in add geom_turn() functionality #14
  2. geom_wave() (Add geom_wave #46 ) — the latter only possible if there's audio data on hand

I find it hard to think of other equally basic geoms at this point. Given these two geoms (or even only the first), all kinds of manipulations and plot styles come within reach through the logic of ggplot — for instance:

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

3 participants