Top "Plotly" questions

Plotly.

Plotly update data

Okay so i have the following code: var element = document.getElementById(scope.changeid); function getData(division,redraw) { var employeeData = []; if (!…

javascript angularjs plotly
Flex items not shrinking when window gets smaller

I'm trying to fit two plotly plots next to each other inside a CSS flexbox. I want them to resize …

javascript css flexbox plotly
Embedding a Plotly chart in a Django template

I am trying to embed a plotly pie chart in a Django html template. This works fine when the chart …

python django plotly
Using plotly without online plotly account

Is it possible to use the plotly library to create charts in python without having an online plotly account? I …

python charts plotly
How can I change the size of my Dash Graph?

I'm running into layout difficulties with the plots on Dash. All the plots I generate with Dash seem to be …

python plotly plotly-dash
Using R and plot.ly - how do I script saving my output as a webpage

I want to make some interactive graphs using R and plot.ly. When I run the following code in R-Studio, …

r plotly
Format y-axis as percent in plot.ly

How do I format the y-axis as percent in plot.ly?. in var layout I have the following settings for …

javascript plotly
How to get Plotly.js default colors list?

I am plotting a plotly bubble chart on a webpage.. I want to get the list of default colors, plotly …

javascript plotly
Plotly in Jupyter issue

I installed plotly.py to work some plots using Jupyter but I cannot import it. ! pip install plotly --upgrade Requirement …

python plot jupyter plotly jupyter-notebook
Plotly notebook mode with google colaboratory

I am am trying out colaboratory with plotly notebook mode - I open a new notebook, copy and paste the …

plotly google-colaboratory