On Jul 26, 2010 at 02:01 PM -0300, Waléria Antunes David wrote:
> i don't understand..

Just divide through by '1000.' or '1000.0' (same thing).

If you write 3100/1000, you'll get '3' because you are doing integer math. 
If you write 3100/1000.0, you'll get '3.1' because you are doing float math.

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to