plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
NOT meant to be merged like this, just showing what such a call might look like. Also see #2648
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]...
Previously, the marginal y plot was closer to the main plot compared to the marginal x plot:  After this change, both the marginal plots appear to be as far...
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...
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...
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...
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...
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...
I am visualizing some data with `plotly.express.scatter_geo`. Malaysian data is shown in a wrong place:  Actually, Malaysia resides on both islands:  ...but the capital Kuala Lumpur is situated...