Re: [Matplotlib-users] drawing triangle

2010-08-27 Thread Angus McMorland
On 27 August 2010 09:35, xyz wrote: > Hello, > I would like to draw the following triangle: > > A >/ \ > 5 / \ 5 > / \ > / \ >BC >4 > > How is it possible to draw the above triangle with Matplotlib and are > there any examples? > How

[Matplotlib-users] drawing triangle

2010-08-27 Thread xyz
Hello, I would like to draw the following triangle: A / \ 5 / \ 5 / \ / \ BC 4 How is it possible to draw the above triangle with Matplotlib and are there any examples? Than you in advance. --