mattools / matGeom

Matlab geometry toolbox for 2D/3D geometric computing
BSD 2-Clause "Simplified" License
263 stars 95 forks source link

drawArrow.m why axis equal? #194

Closed stoneFriable999 closed 3 months ago

stoneFriable999 commented 4 months ago

Hello,

Why in drawArrow.m at line 101 is there "axis equal"? It messes up my plots and I have to comment it.

thanks

oqilipo commented 4 months ago

You might remove it and create a pull request?

dlegland commented 3 months ago

Hi, the readon was to ensure the two sides of the arrow had symmetric aspect. When changing axis aspect ratio this is no longer true. But I am ok to remove the "axis equal" command, and let the user adjust according to preference. If you can create a PR that 's great. Otherwise we can have a look;

David

stoneFriable999 commented 3 months ago

Hello,

I will, thank you very much for your work.

best