Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

All Questions

Tagged with or

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of -1
0 answers
70 views

I'm building a dashboard in Streamlit where two columns are displayed side by side. The left column contains a Plotly chart, while the right column contains a custom HTML/CSS card rendered using st....
Score of 0
2 answers
112 views

I create a plotly with curved lines. I managed to add them using shapes and bezier curves. The arrow should "nicely" be in the direction of the bezier-curve at its end. Here is a full ...
Score of 3
2 answers
226 views

When I knit a bookdown::html_document2 document with the default self_contained: true, every plotly and leaflet widget renders as blank empty space. The container is present and correctly sized, but ...
Score of 2
1 answer
177 views

I try to create a shiny app to display time-series data, with several selectors and an input dates range widget. Moreover, I would like to update accordingly the input date range widget when I use the ...
Score of 0
0 answers
81 views

During my M.S. in Computer Science at Northern Illinois University I worked on a project that involved visualizing datasets with around 500k rows using Plotly Dash. The issue I ran into was that every ...
Advice
1 vote
2 replies
112 views

I'm building a Plotly chart in Python where I have multiple files (groups), and each file contains multiple cycles (traces). The goal is: Each file gets a distinct, readable base color Within each ...
Score of 0
3 answers
138 views

Using plotly, I want to show a series of symbols in real time on a map. Consider the following: import threading, datetime, dash, time from dash import dcc, html, dash_table, Patch from dash....
Score of 2
1 answer
121 views

Minimum reproducable example: iso country year gdp_per_c Scenario AFG Afghanistan 2030 0.3890 SSP1-2.6 AFG Afghanistan 2040 0.6465 SSP1-2.6 AFG Afghanistan 2030 0.2106 ...
Advice
0 votes
3 replies
58 views

I'm new to programming and I wanted a map where the capital cities were bigger than the ones that are not. I did this but it only returns me the capitals. What am I doing wrong? enter image ...
Tooling
2 votes
2 replies
108 views

I would like to try and create treemaps in Python that look similar to these ones : First example of what I'm aiming for Second example of what I'm aiming for (These examples come from this webpage) ...
Score of 3
1 answer
115 views

I have a very simple 3D figure constructed with Plotly as lines and disks. No surfaces. No lighting. No complexity. Just lines and disks. Here's a minimal example of this: import numpy as np import ...
Score of 0
2 answers
75 views

I am adding a border to lines in plotly3d contexts by layering a thinner line over a thicker one, e.g. import plotly.graph_objects as go import numpy as np t = np.linspace(0, 10, 100) x, y, z = np....
Score of 1
1 answer
100 views

I'm working on a dashboard to interactively display ride wait times in a theme park. I've got a script running that polls a web API for wait times every 5 minutes. From that script, I have a series of ...
Score of 2
1 answer
114 views

import plotly.express as px import pandas as pd df = pd.DataFrame({ "country": ['Poland', 'Poland', 'Poland', 'Germany', 'Germany', 'Germany', 'France', '...
Score of 1
1 answer
80 views

I am trying to create an animated choropleth map using Plotly that shows when certain countries legalised a policy. So basically, the map is animated to show each year and countries are coloured ...

15 30 50 per page
1
2 3 4 5
1044