Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #41306 > unrolled thread

Simple Plot in Python

Started bysubhabangalore@gmail.com
First post2013-03-16 04:42 -0700
Last post2013-03-16 07:04 -0700
Articles 3 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  Simple Plot in Python subhabangalore@gmail.com - 2013-03-16 04:42 -0700
    Re: Simple Plot in Python Andreas Perstinger <andipersti@gmail.com> - 2013-03-16 13:02 +0100
    Re: Simple Plot in Python subhabangalore@gmail.com - 2013-03-16 07:04 -0700

#41306 — Simple Plot in Python

Fromsubhabangalore@gmail.com
Date2013-03-16 04:42 -0700
SubjectSimple Plot in Python
Message-ID<af110417-6d21-4a8d-963d-9c67f4813ce5@googlegroups.com>
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,
Regards,
Subhabrata. 

[toc] | [next] | [standalone]


#41307

FromAndreas Perstinger <andipersti@gmail.com>
Date2013-03-16 13:02 +0100
Message-ID<mailman.3359.1363435364.2939.python-list@python.org>
In reply to#41306
subhabangalore@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

[toc] | [prev] | [next] | [standalone]


#41309

Fromsubhabangalore@gmail.com
Date2013-03-16 07:04 -0700
Message-ID<020aec7a-1d5a-4d00-8ded-8a1dfa2f3046@googlegroups.com>
In reply to#41306
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 trying to draw in Matplotlib but did not find much help.
> 
> 
> 
> If any one in the room can kindly suggest.
> 
> 
> 
> Thanking You in Advance,
> 
> Regards,
> 
> Subhabrata.

Thanks. I don't know why it slipped my eyes.
Regards,
Subhabrata.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web