plotly.R icon indicating copy to clipboard operation
plotly.R copied to clipboard

An interactive graphing library for R

Results 337 plotly.R issues
Sort by recently updated
recently updated
newest added

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(tidyr) library(dplyr) library(tibble) sa_final_dataset % do({ x_vals %...

Hello, I am recently learning R from an online course. While working on the code script for the lesson on categorical overview analysis using ggplotly, I encountered 11 warnings related...

I am having trouble getting plotly to respect a drop=FALSE argument for a geom_point() plot where I color by factor and only 1 of the factor levels is represented in...

enhancement
ggplotly

Hi thank you for the great work on plotly for R. While building a simple time-series chart I noticed that mapping a numeric column to color inside a marker trace...

The "fill" attribute can be used in combination with the box trace type to provide colours to box plots. This is particularly useful to enable corroboration between traces of different...

# Box Plot Layering Fix - Summary ## Problem Fix box plot layering issue where box plots always rendered behind other traces (ribbons, lines) despite correct layer ordering in ggplot2....