plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
Only 2 out of 4 categories are plotted when I use a slider. Other data points do not appear at all. When I slide the slider, different categories are plotted....
I really like the plotly.express.ecdf and have been using it a lot in my daily work. When I show ecdf plots in meetings, I usually show it with `marginal='histogram'`, since...
This is a customer requested feature. In both `R` and `MatPlotLib` there are extensions which allow figure labels to auto-position for readability by preventing overlap. See gif below. ![GIF Recording...
Python 3.10.12 Plotly 5.24.0 and 5.24.1 Tested on Windows 11 and Ubuntu 22.04 `pip install 'plotly==5.24.0'` ``` #Example from docs, https://plotly.com/python/tile-scatter-maps/ import plotly.graph_objects as go fig = go.Figure(go.Scattermap( lat=['45.5017'], lon=['-73.5673'],...
I try to run this code of the example from the guide page ``` import plotly.express as px df = px.data.tips() fig = px.treemap(df, path=[px.Constant("all"), 'sex', 'day', 'time'], values='total_bill', color='time')...
The logic to check for non-leaves is dubious, _e.g._ a leaf whose name is a suffix of another leaf triggers an error. The check also depends on the alphabetical ordering...
In a colab notebook, if a tqdm progress bar is being output in the same cell as a plotly plot, then rendering of the plotly plot fails. See [MRE colab...
version: 5.24.0 python: 3.12.4 In [Styling markers documentation](https://plotly.com/python/marker-style/) There are 54 marker symbols. I want to use all of them in my code and loop trough all these 54 (excluding...
It seems like lighting of Mesh3d is ignored when orhogonal projection is used, example image:  With exactly the same plot, but with perspective projection, lighting is fine:  I...
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...