[Matplotlib-users] verts

2013-04-08 Thread Steven Boada
Hey List, I've got some verts I stole from the internet that draws an upward arrow (or a down arrow), but I need to draw an arrow to the right or to the left. But I don't really understand verts and how they work. arrowup_verts = [[0.,0.], [-1., -1], [0.,0.], [0.,-2.],[0.,0.], [1,-1]]

Re: [Matplotlib-users] verts

2013-04-08 Thread Steven Boada
Thanks Zach, That simple little example makes more sense than the manual page did. Perhaps it's just late. I appreciate it. Steven On Mon Apr 8 22:30:43 2013, Zachary Pincus wrote: I've got some verts I stole from the internet that draws an upward arrow (or a down arrow), but I need to