Re: [Matplotlib-users] Plot linestyle as an arrow

2011-03-23 Thread Catherine Thwaites
Thanks for your help, I simplified what I was doing and so changed the data, which is my fault. Here is some data of similar size to the data I am plotting: data1 = np.array([22000, 25000, 27000, 32000, 25000]) data2 = np.array([1400, 2200, 350, 300, 270]) When I try to run thi

Re: [Matplotlib-users] Plot linestyle as an arrow

2011-03-22 Thread Paul Ivanov
Catherine Thwaites, on 2011-03-23 10:10, wrote: > I have tried to search for the answer but have not found anything useful so > forgive me if this has been answered before. > I want to change the linestyle of a regular plot to an arrow, in the > direction of the data in the tuple. So in this scrip

[Matplotlib-users] Plot linestyle as an arrow

2011-03-22 Thread Catherine Thwaites
I have tried to search for the answer but have not found anything useful so forgive me if this has been answered before. I want to change the linestyle of a regular plot to an arrow, in the direction of the data in the tuple. So in this script below I would like an arrow head pointing to the next m