On Fri, 2021-05-28 at 13:31 +0200, hans w. koch wrote:
using 4 superimposed arrays to show different waveforms (e.g. phase differences), i was wondering, if there is a way to assign a unique color to each array, to visually better separate the waveforms. i found a discussion "[PD] Array Enhancements" about that (and other things, like "Hide Array name” - still not working) from 2009 [1] and another one "[PD] colored arrays?” from 2007 [2], but no tangible result - or i missed that, then sorry!
As someone mentioned in one of the other threads, you could achieve colored array displays with data structures.
An example is here: https://www.netpd.org/fl-hishv.png
Code is in: https://github.com/reduzent/netpd-instruments/blob/master/abs/fl_filterplot....
Roman