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

This removes some dead code, starting with the low hanging fruit mentioned in #4817 Playing around with the zip imports but it's not PR ready yet.

feature
community

feat: adding type annotations to some constructor parameters Using `get_typing_type` from `codegen/datatypes.py` to add Python datatype to some constructor parameters. Notes: 1. Does not handle the `compound` datatype yet. `get_typing_type`...

feature
P1

I am creating a scatter plot in `plotly==6.0.1` using the following code and underlying data: ``` # Code for "Daily Views" trace fig = go.Figure() # Create a Plotly figure...

bug
P1
cs

Looking at https://plotly.com/python/reference/layout/#layout-font, we see > **size** > *Code:* `fig.update_layout(font_size=)` > *Type:* number greater than or equal to 1 > *Default:* `12` But what are the units of this number?...

bug
P3
documentation

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.23.1 to 0.25.0. Release notes Sourced from esbuild's releases. v0.25.0 This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either...

dependencies
javascript

Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. Changelog Sourced from nanoid's changelog. 3.3.8 Fixed a way to break Nano ID by passing non-integer size (by @​myndzi). Commits 3044cd5 Release 3.3.8 version...

dependencies
javascript

**Description of the bug** Using `go.Scattergl` with `mode="text"` or `mode="markers+text"` does not display the specified text in Plotly version 6.0.0 (tested on Python 3.12.9). This worked in earlier versions of...

bug
P1
regression

## Setup description We have plotly.py setup with `pio.renderers.default = "notebook"` and we use `nbconvert 6.5` to convert executed notebooks to HTML reports with input cells stripped out. These HTMLs...

feature
P3
security

Hello! I am creating a figure which is a Waterfall chart. In this Waterfall chart, I am using the ‘base’ parameter. This works perfectly for me, but I noticed a...

bug
P2

Hi, I have added a horizontal colorbar to a heatmap figure and can't get the last tick to show. Here are some of things I tried and thought are the...

bug
P2