boundedline-pkg
boundedline-pkg copied to clipboard
does not take into account 'DisplayName'
Hello, I don't manage to pass a 'DisplayName' argument. It falls in this error:
Error using boundedline (line 175) Unexpected input: should be x, y, bounds triplets
Is it expected ? Thank you
You can return a line
object and then access the DisplayName
property e.g.
[l, p] = boundedline(...)
l.DisplayName = "abc"