If you create an Array and change its size using [array size] messages, the canvas (or "graph") is also rescaled accordingly so that it displays the new range of values from the array along it full width.
However when you tie more than one array to the canvas and resize both arrays, the canvas does not rescale anymore. I understand this is to deal with the fact that the 2 arrays might have different sizes and this design makes sense.
In this case, knowing that my 2 arrays will always both have the same size (even if I'm to change said size as part of my code), is there a way to resize the canvas separately then?