User | Kudos |
---|---|
8 | |
5 | |
4 | |
3 | |
3 |
(This is an idea related to Jack's idea here, which however deals with "reshape array".)
When using "built array" with parts that are mismatched in lenght, the largest input wins and the rest are padded with the default value for the given datatype (zero for numerics). This is often not desirable, for example when graphing multiple plots.
Padding with zero causes extra data (zeroes) to show on the graph that did not exist in the original wires. A more desirable option here would be to pad with NaN so only actual data is graphed.
My suggestion is to add an optional input to "built array" that allows defining the pad value is case the inputs are mismatched.
Here is an example how it could look like. (of course the icon would probably need to change a little)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.