boundedline-pkg icon indicating copy to clipboard operation
boundedline-pkg copied to clipboard

does not take into account 'DisplayName'

Open pierreloicq opened this issue 4 years ago • 1 comments

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

pierreloicq avatar Feb 12 '21 15:02 pierreloicq

You can return a line object and then access the DisplayName property e.g.

[l, p] = boundedline(...)
l.DisplayName = "abc"

sandshrew118 avatar Dec 29 '22 16:12 sandshrew118