plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!

Results 707 plotly.py issues
Sort by recently updated
recently updated
newest added

hi in sankey diagram, i can only see connection to 1 prior and one next node, when a node is selected. i want to highlight all connected path for the...

Hi, this PR adds a `--local=` flag to `setup.py updateplotlyjsdev` so we don't need to use circleci to use our custom plotly.js w/ plotly.py. This helps a little bit with...

Feature request to ignore certain traces when doing autoscaling. My use case is that I have a few scatter plots with colored shapes in the background indicating categories of the...

feature
p3

![Screenshot_1](https://user-images.githubusercontent.com/6847709/149658906-60f3337c-c353-4957-93b6-ce837b715ed7.jpg) I rendered a very simple obj triangle mesh using Mesh3D with: gob = go.Mesh3d(x=X[:,0], y=X[:,1], z=X[:,2], i=T[:,0], j=T[:,1], k=T[:,2], color=color, opacity=.45, facecolor = fc, flatshading=True) The output render is...

Hi This issue is linked to still opened issue #3033 and closed issue #2084. I found a note in below which said bug had been fixed. but in my verion...

URLs to documentation and Changelog have been added to setup.py in order to make it easier to access them from PyPi. (the checklist was removed, as this is not a...

After upgrading to Plotly 5 (either 5.1.0 or 5.2.2, or 5.3.1, 5.4.0), I am seeing the error (given below) for various plots, at random. The issue goes away if Plotly...

I get this issue where the program freezes when trying to save a `plotly.express.box` via `write_image` into a .PNG file. ``` from PIL import Image, ImageFont, ImageDraw import pandas as...

``` import plotly.graph_objects as go fig = go.Figure() symbol = "circle" new_scatter = go.Scatter(x=[1,2,3], y=[1,2,3], mode="markers", marker=dict(symbol=symbol) ) fig.add_trace(new_scatter) # no-problem symbol = "y-up" new_scatter = go.Scatter(x=[4,5,6], y=[4,5,6], mode="markers", marker=dict(symbol=symbol)...

bug
sev-2

Hey I found out I get an `AttributeError: partially initialized module 'orjson' has no attribute 'OPT_NON_STR_KEYS'` if I don't specify this `plotly.io.json.config.default_engine = 'orjson'` when using orjson v3.6.6 (latest as...

bug
sev-3