Top "R-plotly" questions

plotly is an R package to create interactive web-based visualizations via 'plotly.

How to choose variable to display in tooltip when using ggplotly?

I have a simple data frame: seq <- 1:10 name <- c(paste0("company",1:10)) value <- c(250,125,50,40,40,30,20,20,10,10) d &…

r ggplot2 plotly r-plotly ggplotly
custom colors in R Plotly

I'm currently a beginner in Plotly and have a problem I can't seem to solve. I have my plotly stacked …

r plotly r-plotly
Format axis tick labels to percentage in plotly

I am creating bar charts in plotly with y-axis representing percentages or shares within 0-1. The y-axis displays as 0.05 instead …

r plot plotly axis-labels r-plotly
How to set plotly chart to have a transparent background in R?

Here's what I have, so far: f1 <- list( family = "Arial, sans-serif", size = 25, color = "white" ) f2 <- list( …

r colors plotly r-plotly
Control which tick marks / labels appear on x-axis in plotly?

I want to have control over which tick marks appear on the x-axis. The following code places tick marks in …

r plotly r-plotly
plotly multiple plot facet

I'd like to do multi plots with two axes on each plot like this library(plotly) ay <- list( …

r ggplot2 plotly r-plotly
Add Regression Plane to 3d Scatter Plot in Plotly

I am looking to take advantage of the awesome features in Plotly but I am having a hard time figuring …

r regression plotly r-plotly scatter3d
plotly: Updating data with dropdown selection

I am not sure if this is possible, but here is what I would like to do. I would like …

r plotly r-plotly
Getting separate axis labels on R plotly subplots

When using the R plotly package version 4.5.6 I haven't been able to figure out how to get axis labels to …

r plotly r-plotly
Format hover data labels Plotly R

I am trying to format the data labels that appear when I hover over part of a chart I have …

r ggplotly r-plotly