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

NOT meant to be merged like this, just showing what such a call might look like. Also see #2648

feature
P2
community

PX today is nowhere near as powerful as something like ggplot in terms of layering: you can't take a bar chart and a line chart and overlay them easily, even...

`new_old_color_map` is hardcoded, and `default_colors` has a minimal key set that includes all the values. Drive-by: simplify the overlay of `rgb_colorscale` onto `default_colors`. Closes #2806 ## Code PR - [X]...

P2
community
fix

Previously, the marginal y plot was closer to the main plot compared to the marginal x plot: ![image](https://user-images.githubusercontent.com/4560057/68093782-7c472700-fe99-11e9-94e1-313879aac95e.png) After this change, both the marginal plots appear to be as far...

bug
P3
regression

The mouse wheel zoom is not working in plotly 3d output in jupyterlab using Firefox. In Chromium-based browser everything is fine. jupyterlab-plotly (plotly JupyterLab extension): 4.8.1 nodejs: 14.4.0 Firefox 77.0.1...

bug
P3

Hello! I use plotly to draw timelines, but dates are not localized, for example: "Aug 14 2024". I see that names of months are localized in plotly.js (https://github.com/plotly/plotly.js/tree/master/lib/locales), but localizations...

feature
P3

If one of the values for `xaxis.range` is set to `None`, the other set value will not take effect. Both values for `xaxis.range` need to be set simultaneously to be...

bug
P3

I love the figures generated with plotly. I want to use it as the backend for a Pandas dataframe that has units of measurement using (Pint). Unfortunately, these plots fail...

feature
P3

Hello, I tried making something like a Gantt chart and use the Bar plot type for that. It seems the hover effect is mixing up the columns somehow. Here is...

bug
P3

I am visualizing some data with `plotly.express.scatter_geo`. Malaysian data is shown in a wrong place: ![image](https://user-images.githubusercontent.com/1935211/95290569-3d261080-0876-11eb-8013-2e405da918d8.png) Actually, Malaysia resides on both islands: ![image](https://user-images.githubusercontent.com/1935211/95291421-2da7c700-0878-11eb-9de2-df4779ac6ea5.png) ...but the capital Kuala Lumpur is situated...

bug
P2