-
```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…
-
I am using plotly 5.24.0 with python 3.10.12 in a vs-code interactive window.
The following example raises `TypeError: unsupported operand type(s) for +=: 'NoneType' and 'str'` in `[...]/site-packa…
dejfh updated
1 month ago
-
Objective: Integrate NASA APIs into the Galactic Mining Hub to provide real-time data on celestial bodies, enhancing mining predictions and user engagement.
Plan for Integration
Identify Relevant …
-
### Duplicate Check
- [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates
### Describe the bug
Apk "Android" error Pillow PIL ImportError: d…
-
### Bug description
I am creating a dashboard with Quarto using RStudio. When using the "multiple pages" format and creating a plotly chart using python the following happens:
1. In the plotly gra…
-
**Description**
Mapbox is used by Plotly to create map charts.
Users may need to use a Mapbox Access token (see https://plotly.com/python/mapbox-layers/) is order to use the Mapbox service.
We …
-
I use Python 3.12.4 with pip 24.2 and Plotly '5.22.0' on MacOS Version 14.2.1. When I try to export my plotly figure as a pdf I get the following error:
```error
Image export using the "kaleido" eng…
-
**Describe the bug** :crayon:
> The entire POSIX plot disappears when I click on an individual rank to visualize the data.
**Reproducing the bug** :mag:
```python
import plotly.graph_object…
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
##…
-
Hi Brent! I wanted to get your advice on a somewhat strange use case -- I'm building an app where I'd like to plot a relatively large amount of data that I'm streaming from the Python side (specifical…