plotly_express icon indicating copy to clipboard operation
plotly_express copied to clipboard

Plotly Express - Simple syntax for complex charts. Now integrated into plotly.py!

Results 48 plotly_express issues
Sort by recently updated
recently updated
newest added

Is it (or will it soon be) possible to create network graphs (say, using `networkx`) with plotly_express?

Hello, Do we know whether `scattergl `will be also included in plotly_express and if so if it in the imminent road map? Cheers

I was quite glad when I discovered the new px.area mode in 3.9 (thanks again @nicolaskruchten !) and would love to use it to display the cumulative volume of reservoirs...

I am not sure if it is an issue with px or jupyterlab or my particular configuration, but my jupyterlab `px.scatter` output cells height are limited to pretty narrow, while,...

Trying to add on_click callback function to scatterplot but it does not seem to work unless I'm missing something. Using Jupter Notebook ``` import plotly_express as px f = px.scatter(results,...

Thanks for the incredible library! I'm having a slight issue when I create a `scatter_matbox`, color the points by a continuous numerical variable, and animate by a time variable. The...

![PX_Data](https://user-images.githubusercontent.com/42903068/57361313-c1222780-71ae-11e9-939d-99732c1e2a72.PNG) ![PX_scatter error](https://user-images.githubusercontent.com/42903068/57361314-c1babe00-71ae-11e9-92c6-f74a4fa4f871.png) Using the px scatter on my own data I received a strange result. The data is not plotting in the correct positions on the plot using jupyter...