For questions about creating a Ridgeline plot, sometimes called a Joyplot. When using this tag also tag the language you are coding in for context. Where applicable please also tag any third party package(s) you are using for context.
Questions tagged [ridgeline-plot]
78 questions
0
votes
0 answers
How Can I plot a Joyplot using Bokeh?
EDIT 2
I fixed one part of the code that was wrong, With that line of code, I add the category for every information (Axis X).
y = joy(cat, EveryTest[i].GPS)
After adding that line of code, the graph improved, but something is still failing. The…

mikesneider
- 772
- 2
- 10
- 28
0
votes
0 answers
joyplots no longer work after update to ggjoy
I had a few joyplots inside my Shiny app which had worked fine when I wrote them. However, now they all show up as blank plots.
For example, one of my plots has the following code:
PR2016_height_joy <- ggplot(subset(arranged_PR2016_demo_data,…

John Smith
- 393
- 1
- 6
- 17
-1
votes
1 answer
Struggles with tidyverse and ridgeline plots
I am a beginning programming student, & I am trying to formulate a ridgeline plot of temperature data, using tidyverse to group the temps by month. The initial data looks like this:
I am trying to group the data by month using this…

Scoonie10
- 11
- 4