Top "Plotly" questions

Plotly.

Plotly: How to set the range of the y axis?

I have the following code to create the line plot with Plotly. How can I set the range of Y …

python plotly plotly-python
What are the pros and cons of Dash by Plotly vs Jupyter Dashboards?

Dash by Plotly looks like a great way for a Python developer to create interactive web apps without having to …

python jupyter-notebook plotly jupyter plotly-dash
Plotly: Plot multiple figures as subplots

These resources show how to take data from a single Pandas DataFrame and plot different columns subplots on a Plotly …

python 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
How to use dash within Jupyter notebook or JupyterLab?

Is it possible to have a dash app within a Jupyter Notebook, rather than served up and viewed in a …

python jupyter-notebook plotly plotly-dash
Formatting mouse over labels in plotly when using ggplotly

I am struggling with text formatting when using ggplotly and the mouse over functionality. library(plotly) df <- data.…

r ggplot2 plotly
Use plotly offline to generate graphs as images

I am working with plotly offline and am able to generate an html file using plotly.offline.plot({"data": data, "…

python html image python-2.7 plotly
Ordering in r plotly barchart

Why do I get the different order in plotly bar chart than I defined in x and y variables. E.…

r plotly
How to give subtitles for subplot in plot_ly using R

I am wondering how to give difference subtitles for the subplots using plot_ly. Any hint please. I got one …

r plotly subplot subtitle
Disable hover information on trace, plotly

I'm currently using the plotly service to graph some water quality data. I've added some lines to represent the the …

python plot plotly