Top "Plotly" questions

Plotly.

Plotly, same scale for x and y axis

I am using plotly for python and I can't set x and y axis so they could have the same …

python plotly
KeyError: 'plotly_domain' when using plotly to do scatter plot in python

I'm using plotly to do scatter plot. The graph is generated on my account but the terminal still reports an …

python plot plotly keyerror
How to show all x-axis tick values in Plotly?

I am using this library https://plot.ly/nodejs/axes/ to plot graphs in node.js. I have this code: …

node.js scatter-plot plotly
Plotly: How to display charts in Spyder?

Since November 2015, plotly is Open-Source and available for python. https://plot.ly/javascript/open-source-announcement/ When trying to do some plots …

python python-2.7 plot plotly spyder
Plotly: How to set line color?

How can I set the color of a line in plotly? import plotly.graph_objects as go from plotly.subplots …

python python-3.x plotly plotly-python
Convert ggplot object to plotly in shiny application

I am trying to convert a ggplot object to plotly and show it in a shiny application. But I encountered …

r ggplot2 shiny plotly
Changing visibility of a Dash Component by updating other Component

I need to hide some Components, for example by clicking on a checkbox (for example, a graph or a table). …

python plotly dashboard plotly-dash
plotly in R: Listing legend items horizontally and centered below a plot

I have been tweaking legends in plotly and R. One thing I am unable to figure out is how (if …

r legend plotly
plot.ly offline mode in jupyter lab not displaying plots

According to the documentation, offline mode with plot.ly in Jupyter is supposed to work after calling: from plotly.offline …

python plotly jupyter jupyter-lab
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