plot coordinates points

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

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