python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why is geom_smooth not showing in ggplotly?
I am trying to create an interactive scatterplot using ggplotly. This will include a scatterplot with the interactivity to highlight each point's country name, and a line of best fit. However, when I ...
Luke Jenner
Votes: 0
Answers: 1
Updating multiple data attributes with plotly
I am trying to update multiple data attributes in a figure generated via plotly.
This is my script based on this post:
library(plotly)
library(magrittr)
library(data.table)
X <- data.table(x = c(1...
mat
Votes: 0
Answers: 1
Show unique values on bubbles graph in R
I'm working with a db which looks more or less like this:
dput(ex)
structure(list(clave = c("01", "02", "03", "04", "05", "06",
"07&q...
Alejandro Carrera
Votes: 0
Answers: 1
How to a hide single line in ggplotly grouped time series graph by default? (plotly,R,Javascript)
Plotly has this nice function to hide a plot, if you click on its name in the legend. The legend items turns grey and the line only appears again, if we click on the legend item again.
Consider you wa...
Leonhard Geisler
Votes: 0
Answers: 1