Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not take into account 'DisplayName' #11

Open
pierreloicq opened this issue Feb 12, 2021 · 1 comment
Open

does not take into account 'DisplayName' #11

pierreloicq opened this issue Feb 12, 2021 · 1 comment

Comments

@pierreloicq
Copy link

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

@sandshrew118
Copy link
Contributor

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants