Category "plotly"

Customize Hover Box Plotly: Python to Fit Text

Is there a way to customize the hover text box in plotly? The text I have to show up in the hover box is quite long and does not fit on the screen. Is there are

R plotly - Plotting grouped lines

I am migrating over from ggplot2 to plotly, in order to take advantage of the interactive features they offer. I do realize that the plotly library has a ggplo

Plotly: Range slider not being displayed for row count > 500

As is visible from the image, the scaffolding for the rangeslider is generated but the trace inside it is not. It is also fully functional otherwise. With some

plotly colorscale in scatter data plot

Using marker:{color:x} in javascript plotly (http://jsfiddle.net/d8bt1qof/), I can color-code my data: But how can I change the colorscale? Different colorscal

Uncaught Error: Script error for "plotly" http://requirejs.org/docs/errors.html#scripterror

I am learning plotly from someone's code, but every time when i try to run a particular code for look at the target column to see how balanced the dataset is, a

color discrete sequence in a plotly graph objects [duplicate]

how can i plot a pie chart with color sequence while using plotly.graph_objects instead of plotly.express. In plotly.express is it very easy t

plotly.py: change line opacity, leave markers opaque

Is it possible to change the line opacity but not the marker opacity? I found that I can set the opacity of the entire line including markers (opacity = .5) and

R plotly waterfall with offset base: hovertext activated on hover at wrong position

Recently, when using an offset (a non-zero base parameter) in a waterfall plot in plotly, I noticed that the boxes with hoverinfo were activated when the mouse

TypeError: __init__() got multiple values for argument 'marks'

I'm getting the following error of TypeError: __init__() got multiple values for argument 'marks' for the code below and I'm not sure how to best fix it. i know

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 the y-axis: yaxis: { hoverformat: ",.0%"

Plotly: How to change length of whiskers (min/max) in a boxplot?

I know that 1.5 * IQR is a common rule, but I would like to plot other min/max if possible. I am using plotly (python). Basically, I would like to define a func

Drop down menu for the graph

I am new to python and I'm trying to make a drop down menu for this graph that shows temperatures at different times of day.The datas are imported from a csv fi