plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
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.
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`...
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...
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?...
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...
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...
**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...
## 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...
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...
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...