Thu 24 Mar 2016 11:24:48 PM UTC, comment #5:
Some more tests with Matlab:
This is working (3 patches in red, green and blue):
This fails:
The error is
To sum it up: Passing a cell of structs fails. Passing an array of structs does work. However, only the value in the last element is set.
This behavior is similar if the same property is set several times with property value pairs. The following will produce a blue patch:
Octave seems to behave the same.
The only thing that does not seem to work in Octave is passing a mix of structs and property value pairs. This case should be fixed with the patch without breaking the other cases.
|