8000 add faceting support for all figure factory methods by inkychris · Pull Request #3132 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

add faceting support for all figure factory methods #3132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 13 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add facet arguments to parallel categories figure function
  • Loading branch information
inkychris committed Apr 2, 2021
commit c151920161acd4e7cc7ddcbb7e4316c51226f77c
5 changes: 5 additions & 0 deletions packages/python/plotly/plotly/express/_chart_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -1369,6 +1369,11 @@ def parallel_categories(
data_frame=None,
dimensions=None,
color=None,
facet_row=None,
facet_col=None,
facet_col_wrap=0,
facet_row_spacing=None,
facet_col_spacing=None,
labels=None,
color_continuous_scale=None,
range_color=None,
Expand Down
0