|
|
|
@ -40,10 +40,13 @@ FluidPlotter {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
createCatColors {
|
|
|
|
createCatColors {
|
|
|
|
catColors = "1f77b4ff7f0e2ca02cd627289467bd8c564be377c27f7f7fbcbd2217becf".clump(6).collect({
|
|
|
|
catColors = "1f77b4ff7f0e2ca02cd627289467bd8c564be377c27f7f7fbcbd2217becf".clump(6).collect{
|
|
|
|
arg hex;
|
|
|
|
arg six;
|
|
|
|
Color.newHex(hex);
|
|
|
|
Color(*six.clump(2).collect{
|
|
|
|
});
|
|
|
|
arg two;
|
|
|
|
|
|
|
|
"0x%".format(two).interpret / 255;
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
categories_ {
|
|
|
|
categories_ {
|
|
|
|
|