FluidViewer { var categoryColors; createCatColors { // colors from: https://github.com/d3/d3-scale-chromatic/blob/main/src/categorical/category10.js categoryColors = "1f77b4ff7f0e2ca02cd627289467bd8c564be377c27f7f7fbcbd2217becf".clump(6).collect{ arg six; Color(*six.clump(2).collect{ arg two; "0x%".format(two).interpret / 255; }); }; } } FluidWaveform : FluidViewer { var