plotly_express
plotly_express copied to clipboard
Plotly Express - Simple syntax for complex charts. Now integrated into plotly.py!
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,...
So as to avoid odd tweening issues?
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...
  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...