python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Plotly Express Scatter_Mapbox Returns Blank
I'm using plotly express, specifically scatter_mapbox to plot some locations on a map. This morning it was working fine via Jupyter Notebook. I wanted to save it so I called fig.write_image(), I got a...
RRUDARY
Votes: 0
Answers: 2
Plotly express boxplot image export - part of box colors missing in svg file
I have made a boxplot using plotly express (px.box), and the resulting plot looks good in my Google Chrome / Jupyter browser window. Here is a schreenshot of two randomly selected boxes and they look ...
MikkelC
Votes: 0
Answers: 0
Horizontal colorscale Plotly Express
Is there a possibilty in Plotly Express to set the color scale horizontal under the graph.
Here is my code:
import plotly.express as px
fig = px.scatter(df, x="year", y="Temperature&quo...
saibot_90
Votes: 0
Answers: 1
Range_color attribute seemingly not working in my code that uses plotly express?
I want to fix it from 0 to 200 using the range_color attribute.
The range_color attribute does not do this for some reason, and all the values are within the given range. I am also then exporting the...
distortedfoil30
Votes: 0
Answers: 1