issues Search Results · repo:plotly/plotly.py language:Python
Filter by
3k results
(66 ms)3k results
inplotly/plotly.py (press backspace or delete to remove)In the following code I created a simple plot with a dropdown menu where each button is expected to modify the
colorscale. However, some of these don t seem to work properly and when the corresponding ...
lucasimi
- Opened 12 hours ago
- #5189
(Environment): Plotly Version: 6.1.0 Python Version: 3.13.2 Operating System: macOS (Seqonia 15.2) Kaleido installed: No
When using Figure.write_image() method with an explicitly specified invalid engine ...
junjiecai
- Opened 14 hours ago
- #5188
Hi, it seems that setting the ENABLE_KALEIDO_V0_DEPRECATION_WARNINGS = False broke the write_image() method.
https://github.com/plotly/plotly.py/blob/1462f3f403006edb4044493a96b405e9a9ed0c0a/plotly/basedatatypes.py#L3898-L3912 ...
petrchmelar
- 3
- Opened 2 days ago
- #5187
Code:
import plotly.graph_objects as go
fig = go.Figure(
data=go.Scatter(x=[1, 2, 3], y=[4, 5, 6], mode= lines+markers , name= My Line ),
layout=go.Layout(
title=go.layout.Title(text= ...
IlanCosman
- Opened 3 days ago
- #5186
Hi all,
This seems to be related to the PR https://github.com/plotly/plotly.py/pull/5104
The check for jupyterlab is still failing on my end. I have a LabEnv that uses other kernels in other environments. ...
RobVor
- Opened 4 days ago
- #5184
Mesh3D seems to have a shading bug, not sure how to describe it more precisely, but the images should help. This is the
minimal example produced with the code below:
Image
import plotly.graph_objects ...
robert-lieck
- 2
- Opened 5 days ago
- #5183
Hi plotly team,
When the labelangle is below some threshold, the axis label gets centered automatically (like choose_from(...) on the
figure below). Instead, we d like to control this behavior with a ...
Vincent-Maladiere
- Opened 5 days ago
- #5182
It is written that now the recommended way of adding text annotations to shapes is by adding labels. But for that the
textposition is only working for [ start , middle , end ].
Here an MWE:
import plotly.express ...
Mo-Gul
- Opened 5 days ago
- #5181
Thanks for developing plotly that greatly facilitate my work!
I found something when trying this example:
First, draw a plot with a line:
import plotly.graph_objects as go
import numpy as np
x = np.array([0,1,2,4,3,7,6,5,8,9]) ...
lll123github
- Opened 6 days ago
- #5179
When exporting a Plotly figure to PDF/png/jpg/svg (these are the ones I ve tried) using Kaleido, combining a Surface
trace with opacity=1.0 and a Scatter3d trace in the same scene causes the mesh surface ...
jeffreybliang
- Opened 8 days ago
- #5178

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.