Skip to main content
2 votes
1 answer
116 views

I'm trying to use the R packages crosstalk and plotly (along with tidyverse packages) to create a panels that displays multiple data sets together. There's two data frames that I want to put into one ...
cgmil's user avatar
  • 460
1 vote
0 answers
45 views

My goal here is to raise awareness of a likely bug in R's (very useful) plotly package: Plots can be animated by setting the frame aesthetic in ggplot() (see Animating Views) then sending the ...
David Lovell's user avatar
4 votes
1 answer
134 views

I have been working on a shiny app for some time, last week I updated all of my packages when I downloaded a new version of RStudio. All of a sudden, existing shiny themes will work outside of ...
Rrrrrrr's user avatar
  • 43
4 votes
2 answers
179 views

I'm working on a project using ggplotly() and am having trouble formatting my hover text. Specifically, I'm using the text aesthetic to format my tooltip, which works great. The problem I'm running ...
Cameron Costa's user avatar
1 vote
1 answer
169 views

I was trying to build a spaghetti plot: I have longitudinal data for several ID, and, due to some functionalities such has dropdown menus and legend filters, I decided to use plotly instead of ggplot2....
Ayoubinsky's user avatar
3 votes
1 answer
112 views

My interactive dashboard where multiple Plotly objects including maps are displayed using nested subplot() in R: library(digest) library(sf) library(jsonlite) library(plotly) library(ggplot2) library(...
User_NAHRUB's user avatar
1 vote
0 answers
71 views

I'm creating a document with a lot of ggplotly objects. This returns in a big file size. Apparently we could use the partial_bundle function to reduce the file size of plotly object. Unfortunately ...
Quinten's user avatar
  • 42.8k
0 votes
1 answer
82 views

I'm trying to create multiple plotly charts inside a Quarto panel-tabset using a loop or function, but the charts either don't render at all or appear outside the tabset structure. Here's my code: --- ...
fahmy's user avatar
  • 3,672
1 vote
1 answer
126 views

I'm trying to use ggplotly in a nested tab construction in Quarto from one of my previous questions, Nested tabs in Quarto document. Somehow when we use ggplotly the plot does not show op in the ...
Quinten's user avatar
  • 42.8k
2 votes
1 answer
133 views

I want to output a 2-dimensional heatmap ​​using ggplotly so that I can check their values by hovering the mouse over them. I entered the following sample dataframe and commands with geom_bin_2d() to ...
user250525's user avatar
1 vote
1 answer
120 views

I am trying to create a simple map using ggplotly: I want only the western european regions to be coloured in green, and to do this I have created the binary variable weur. library(rnaturalearth) ...
Luigi's user avatar
  • 492
1 vote
2 answers
84 views

I have problem using ggplotly with facets, subplot is a pain to use. Consider the following graph : library(ggplot2) library(dplyr) g <- diamonds %>% sample_n(1000) %>% mutate(cut = as....
Malta's user avatar
  • 2,013
1 vote
1 answer
78 views

I'm having an issue with plotly_hover option when trying to display information from the hover in another output in a shiny app. I'm working with a plotly made from a ggplot that uses color aesthetic. ...
Honestiore's user avatar
0 votes
1 answer
51 views

I have the following example dataframe that I am trying to create a plotly with, it was working until I defined the shapes to be different df <- tibble::tibble( Year = c("2018", "...
user19779614's user avatar
5 votes
2 answers
164 views

I have a ggplot barplot with an errorbar, which I'm putting through ggplotly. My preference is to only show the top of the errorbar. In ggplot2, I simply specify the y_min of the errorbar to be the ...
user2602640's user avatar
  • 1,097

15 30 50 per page
1
2 3 4 5
58