-
In https://github.com/plotly/plotly.py/pull/4790, nearly all Pandas functionality is removed from Plotly.py, _except_ some of our trendine functions.
Narwhals does not yet support `rolling`, `expandi…
-
Narwhals is a compatibility layer between Polars, pandas, and other dataframes.
https://narwhals-dev.github.io/narwhals/
This issue is to explore what changes we would need to make to use Narwhals…
-
### Reason/inspiration (optional)
We would like a new term entry on the `.sunburst()` method of the [`express module`](https://www.codecademy.com/resources/docs/plotly/express) in Plotly, Python. The…
-
**Description**
Plotly express treemap is showing variables when hovering the root text
**Steps to reproduce**
Run the following to create a treemap
```python
import deephaven…
-
```python
import polars as pl
import plotly.express as px
vendors = ["A", "B", "C", "D", "E", "F", "G", "H"]
sectors = [
"Tech",
"Tech",
"Finance",
"Finance",
"Tech",
"Tech",
…
-
### Reason/inspiration (optional)
We would like a new term entry on the `.scatter_3d()` method of the [`express module`](https://www.codecademy.com/resources/docs/plotly/express) in Plotly, Python. T…
-
### Describe the bug
From Discord.
"I am attempting to use a Plotly Scatter Map. When I render it, it shows a basic blank chart. I tried to follow the official Plotly tutorial and it does the same…
-
```python
import pandas as pd
import plotly.express as px
df = pd.DataFrame(dict(x=[0, 1], y=[1, 10], z=[0.1, 0.8], money=[100, 200]))
df2 = pd.DataFrame(dict(time=[23, 26], money=[100, 200]))
fig = p…
-
### Description
I created a minimal app using shiny and plotly using shinywidgets. When I use the select input to change the x variable, the plotly plot rerenders, but there is a visible "jump" tha…
-
We need better examples for plotly express. Move some examples in from the chart gallery exercise solutions notebook.