Hi, thanks for the link to the screen capture tool.  I've been looking for
something like it (similar to MS OneNote sort of), but haven't found one.

The figure window by default has a button that allows you to save the image.

As for your increased precision, I recently discovered Python's decimal
package, http://www.python.org/dev/peps/pep-0327/

It allows you to specify arbitrary precision, and doesn't use hardware-based
floating point representation.  As far as I can tell, it manipulates digits
like you would do it on paper, keeping as many digits as you tell it.  Good
luck!

Michael

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:matplotlib-

Incidentaly, I need to be able to find a way to increase the precision of 
Python but only while using an equation (or function?) that calculates gamma


In Python, double precision is already used,
how can a better precision be invoked for this code only?
Can it be done by in-line code or is a function needed?


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to