this might be a stupid question since i still can't completely wrap my head around all the data structures stuff of Pd ...
i built a little abstraction to visualize 2d input data with a data structures approach. it works quite well - but i was wondering if i might possibly skip the whole part of reading out the arrays and writing the x/y positions for every plot point there (with those [until] loops on [bang~]).
maybe the data-template itself could reference two arrays somehow which directly receive their data through [tabsend~]?
attaching the patch and a screenshot: scope2d~.pd
EDIT: this question was inspired by the interesting read of https://forum.pdpatchrepo.info/topic/12059/array-text-pointer