Home > Software design >  Drawing an arrow with rotation just using coordinates of edges in python
Drawing an arrow with rotation just using coordinates of edges in python

Time:01-15

I tried to draw an arrow between to coordinates but couldn't succeed.Let's say i got two points.Like coord1=(34,56) and coord2=(83,51) i need to draw an arrow between coord1 to coord2 but arrow must me angled.If i use just pyplot marker style ">" ,every arrow looks same, not angled. Then i find arrow guide from matplotlib here enter image description here

  •  Tags:  
  • Related