Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

Tagged with
0 votes
0 answers
32 views

Plotly bar plot y_axis value

I am not understanding the reason why range on y_axis goes more than around 500k whereas the max value for the column Total_Expenditure 2486. What is the reason of being the value at y axis goes over ...
Rotnodip Sarkar's user avatar
1 vote
1 answer
33 views

plotly isosurface problem based on data size: it doesn't plot but also doesn't give an error message

I am a beginner in python and was playing around with data visualization for a task at my job. Simply, I need to visualize a cloud of 3D data points and I decided Isosurface function meets my ...
kurbaga_olmus_link's user avatar
0 votes
0 answers
15 views

Plotly graph value reading issues and hover data issues

I would like the percentage values to change as I move from year to year. Also, for some reason the value reading does not change eventhough it should be death rate per 100,000, instead of number of ...
user24902761's user avatar
0 votes
1 answer
53 views

Add size legend to plotly.express.scatter_mapbox

I have a visualization done using plotly.express.scatter_mapbox. It basically shows the different institutions on the Saudi Arabia map. These institutions are marked by small circles that are color ...
Kareem's user avatar
  • 1
1 vote
2 answers
49 views

How to set independent parameters for subplots in Plotly?

I’m working with Plotly in Python to create a figure with two subplots, each containing a density contour plot. I want to set different bin sizes (nbinsx and nbinsy) for each subplot. However, it ...
NeStack's user avatar
  • 1,916
1 vote
1 answer
57 views

How to create an animated 2D histogram chart in python

I have the code to create my 2D histogram as below. It works for creating a statics chart but I need to create an animated heatmap which change with 'minute_play' column. How can I do that? The ...
Quang Dang Hong's user avatar
1 vote
1 answer
30 views

plotly drop down menu map issues

Issues with my drop down menu. The values in the map don not match with the values I need them to match with. For example, if the drop down value is Number of deaths, the value in the map is death ...
user24902761's user avatar
0 votes
0 answers
35 views

how to integrate the neo4j dashboard to a django webapp?

I am working on a Django webapp that that requires to show the neo4j dashboard to the user, the user should be able to see the nodes and relationships between them like the way it is shown in the ...
user9262680's user avatar
1 vote
1 answer
49 views

Create a template for multiple figures using Plotly in Python

I am trying to create a template for a heatmap and a line chart using Plotly in Python. I want to use the combination of this template as well as the plotly_white. However, combining them remove the ...
elnukakujo's user avatar
0 votes
0 answers
49 views

Plotly - highlight connected nodes in graph

I want to make a network graph in plotly. In that graph I would love to have the following functionality: Whenever I hover over a node I would love to see the undirected edges and the connected nodes ...
Stani Petrov's user avatar
0 votes
1 answer
36 views

Create a Stacked Bar Chart with different colours using a custom template in Plotly Python

I am using Plotly to create a Stacked Bar Chart with different colors I have defined myself in mytemplate. The problem is that the colors go to the same x and not the same bars like I want them to. ...
elnukakujo's user avatar
0 votes
0 answers
34 views

Making an interactive graph on R using ggplotly/Plotly

I am struggling to get my interactive graph to look how I want it to using both ggplotly and Plotly. I've tried various ways, and am stuck (and in a time crunch). When using ggplotly, I expected my ...
Jennifer Herrera's user avatar
0 votes
1 answer
55 views

Using multiple different fonts in one hovertemplate with Plotly/Python

I am using Plotly/Python to create a stacked bar chart of the number of line for each character in the Romeo & Juliet play. I am having some problems with the hovertexts. I have multiple questions:...
elnukakujo's user avatar
0 votes
0 answers
32 views

Call Back Error:updating graph.figure in Plotly Dash

I tried to visualise the stock data using candle light chart in plotly, dash. But the chart doesn't showup throwing call back error. This is the first time I'm using plotly. So not sure how to get it ...
Pravin's user avatar
  • 303
0 votes
0 answers
35 views

How to sort my Plotly Bargraph based on values in Descending order in R? [duplicate]

I have the following bar chart that is plugged into shiny app in order to get a drop down filter of state My data set is already sorted by top 20 cities based on the state. This is what my code looks ...
Murtaza Mohsin's user avatar

15 30 50 per page
1
2 3 4 5
51