You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `num_color`: integer, default=20, how many color to use.
70
81
- `legend_off`: bool, default=False, turn off legend
82
+
- `legend_ncol`: integer, default=6, number of columns for legend text
83
+
- `legend_bbox_to_anchor`: tuple, defulat=(0.5, -0.14), set legend box location
71
84
- `logo_rect`: sequence of float. The dimensions [left, bottom, width, height] of the new Axes.
72
85
All quantities are in fractions of figure width and height. Optional.
73
86
- `logo_off`: bool, default=False, turn off PMP logo
@@ -76,7 +89,10 @@ def parallel_coordinate_plot(
76
89
- `group2_name`: string, needed for violin plot legend if splited to two groups, for the 2nd group. Default is 'group2'.
77
90
- `comparing_models`: tuple or list containing two strings for models to compare with colors filled between the two lines.
78
91
- `fill_between_lines`: bool, default=False, fill color between lines for models in comparing_models
79
-
- `fill_between_lines_colors`: tuple or list containing two strings for colors filled between the two lines. Default=('green', 'red')
92
+
- `fill_between_lines_colors`: tuple or list containing two strings of colors for filled between the two lines. Default=('red', 'green')
93
+
- `arrow_between_lines`: bool, default=False, place arrows between two lines for models in comparing_models
94
+
- `arrow_between_lines_colors`: tuple or list containing two strings of colors for arrow between the two lines. Default=('red', 'green')
95
+
- `arrow_alpha`: float, default=1, transparency of arrow (faction between 0 to 1)
80
96
- `vertical_center`: string ("median", "mean")/float/integer, default=None, adjust range of vertical axis to set center of vertical axis as median, mean, or given number
81
97
- `vertical_center_line`: bool, default=False, show median as line
82
98
- `vertical_center_line_label`: str, default=None, label in legend for the horizontal vertical center line. If not given, it will be automatically assigned. It can be turned off by "off"
0 commit comments