Skip to content

End arrows break when end and start points are the same #3

Description

@zprime

For example, the following is broken:

phi = linspace(0,2*pi,201);
x = real( exp(-1i*phi) );
y = imag( exp(-1i*phi) );
hl = plot( x, y );
addArrowhead(hl,1);
addArrowhead(hl,'end');

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions