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 
