issues Search Results · repo:plotly/plotly.py language:Python
Filter by
3k results
(51 ms)3k results
inplotly/plotly.py (press backspace or delete to remove)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
- 2
- Opened yesterday
- #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 yesterday
- #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 2 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 3 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 4 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 4 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 5 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 7 days ago
- #5178
I spent some time trying to debug a memory leak caused by calling plotly.express.line within a Dash live update callback
under a Python 3.13.3t (free-threaded). Setting PYTHON_GIL=0 or PYTHON_GIL=1 appears ...
tokeefe
- Opened 7 days ago
- #5176
Disable Kaleido deprecation warnings to allow for more time to transition to Kaleido v1.
The upcoming Plotly 6.1.0 release adding Kaleido v1 support will not show deprecation warnings for Kaleido v0; ...
emilykl
- Opened 8 days ago
- #5174

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.
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.