We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1737617 commit 26b7750Copy full SHA for 26b7750
multi_axis_palette.ipynb
@@ -79,7 +79,6 @@
79
"input": [
80
"from itertools import product",
81
"def generate_palette(values):",
82
- " # make sure values and hues are in the same order",
83
" indices = range(len(values))",
84
"",
85
" axisvalues = list(list(values_along_axis(values[axis][1], values[axis][0])) for axis in indices)",
0 commit comments