Re: Simple Plot in Python

2013-03-16 Thread subhabangalore
On Saturday, March 16, 2013 5:12:41 PM UTC+5:30, subhaba...@gmail.com wrote: > Dear Group, > > > > I have two sets of values in probability, like, > > > > x=[0.1,0.2,0.3,0.4] > > and > > y=[0.2,0.4,0.6,0.8] > > > > And I am trying to draw a simple graph with Python. > > > > I was tryi

Re: Simple Plot in Python

2013-03-16 Thread Andreas Perstinger
subhabangal...@gmail.com wrote: >I was trying to draw in Matplotlib but did not find much help. Have you looked already at the homepape for "maptlotlib"?: http://matplotlib.org/index.html There you'll find a tutorial: http://matplotlib.org/users/pyplot_tutorial.html Bye, Andreas -- http://mail.

Simple Plot in Python

2013-03-16 Thread subhabangalore
Dear Group, I have two sets of values in probability, like, x=[0.1,0.2,0.3,0.4] and y=[0.2,0.4,0.6,0.8] And I am trying to draw a simple graph with Python. I was trying to draw in Matplotlib but did not find much help. If any one in the room can kindly suggest. Thanking You in Advance, Regard