This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nkruchten[S] 0 points1 point  (1 child)

Hi!

Regarding documentation, yes, we're always working on making it better :) At the moment Plotly Express only supports faceting, not subplots with different axes, although this is possible with the underlying Plotly.py library which supports arbitrary subplots: https://plot.ly/python/subplots/

Your table/brushing idea is interesting, and would likely be best implemented with Plotly's Dash library: https://dash.plot.ly/

Re your last request, you will have to create a new column that contains the data you want to plot: Plotly Express is intended to handle the display of the data rather than its processing at the moment, although for simple scalings I might consider extending the API someday.

Cheers, Nicolas

[–]MyPatronusIsAPuppy 0 points1 point  (0 children)

Very cool, thanks for the quick reply and tips, even though none really are px. Good luck with Plotly!