[Matplotlib-users] plot coordinates points

2010-01-27 Thread franck kalala
Hey all

how to plot a point coordinates in matplotlib?
 I want for example to plot the point of
 coordinates x=1.2,y=2.5

Cheers


  

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] plot coordinates points

2010-01-27 Thread Matthias Michler
Hi,

do you mean a single point with coordinates x and y like

plot([1.2], [2.5], marker='+')

Regards,
Matthias

On Wednesday 27 January 2010 17:26:39 franck kalala wrote:
 Hey all

 how to plot a point coordinates in matplotlib?
  I want for example to plot the point of
  coordinates x=1.2,y=2.5

 Cheers


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users