On Friday, June 15, 2012, Mark Lawrence wrote:

> Hi all,
>
> I regularly use matplotlib for plotting data relating to my personal
> finances.  At the moment I'm converting Decimals to floats.  Do I still
> have to do this?  If yes, are there any plans to support Decimals?  I've
> tried searching the latest PDF document, my apologies if I've missed
> anything, in which case could I have a pointer please.
>
> --
> Cheers.
>
> Mark Lawrence.
>
>
>
Our support for python decimals falls in the same category as any other
non-float datatypes (ints, datetime, etc.): it might work, but probably not
everywhere and most likely will end up being converted into floats anyway
somewhere in the process.

If you see places where Decimal doesn't work, file a bug request so that we
can try to better generalize our code-base.

Cheers!
Ben Root
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to