Replies: 3 comments 3 replies
-
And I got the tooltip to work as I wanted! Granted, I had to add points in addition to the line graph to get that done. Maybe there is a more straightforward way to do it, but I don't think it's that bad of a compromise either way. By the way, here's the code so far:
Had to use dplyr to add the tooltip column. Other than that (and ggiraph, obviously), I managed to do everything with base R. It's actually a fun exercise for me because I am a (known) tidyverse fanboy! |
Beta Was this translation helpful? Give feedback.
-
When it comes to plotly, the biggest downside is that it's not compatible with the patchwork package. There is a subplot() function within plotly, but I'm not yet convinced that it will work as well. Here's what it looks like out of the box: I will give it a fair chance, though! Meaning that I will spend more time with it and try to tweak everything to make it prettier. We shall see! |
Beta Was this translation helpful? Give feedback.
-
I am closing this discussion as you have already added interactivity. I am implementing dimensions 1 and 2 into the development branch. This will mean an update to visualize walks. |
Beta Was this translation helpful? Give feedback.
-
@spsanderson, I had some spare time today to just have fun without any expectations, and this is what I started experimenting with:
That's me using ggiraph on top of the basic visualization.
You can also easily download the png to your computer by just clicking the download icon. This is what the output looks like:
Now, for comparison, I will next try and see what the same would look like using ggplotly. But if you have any requirements or wishes that you would like to see in the interactive version(s), let me know and I'll see what I can do!
Beta Was this translation helpful? Give feedback.
All reactions