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

## Description I used Mapshaper to modify the GeoJSON I was working on and then I had an hard time ([like others](https://community.plotly.com/t/choropleth-map-not-working-with-my-geojson-data/43934/3)) understanding that the format of the GeoJSON has...

P2
community
fix
documentation

I'm using plotly to generate my figures for a research article, in pycharm. I need to export my figure in **.eps or .pdf** and I have an issue that doesn't...

The following example produces two figures, one rendered in the browser using `fig.show()`displays the latex text correct. The other one using `fig.write_html` does not render latex. ```python3 import plotly.express as...

Adds markers to example so selection tools are visible

The option `category_orders` for `pie` in Plotly Express does not work when using a `bool` field in `pandas`. Here's an example ``` >>> import pandas as pd >>> import plotly.express...

This is a documentation change in the code section, so I am not sure which of the following apply. ### Documentation PR - [x] I've [seen the `doc/README.md` file](https://github.com/plotly/plotly.py/blob/master/doc/README.md) -...

Dear devs, Recently, I have been playing around with Sankey plots in plotly. This tool is really great. I have been looking for a specific feature that I couldn't find...

Hi, I am trying to plot a Sankey diagram for the below data: ``` data = go.Sankey(link = link, node=node,node_pad=20) print(data) ``` Sankey({ 'link': {'source': [567, 567, 567, 567, 567,...

I didn't found a way to do this . As I saw, plotly only support show 3 column when hovering, and 2 of them must be x and y ....