On Fri, Apr 13, 2012 at 4:24 PM, Ignas Anikevicius <anikevic...@gmail.com>wrote:

> Dear all,
>
> I was wondering if it is possible to use matplotlib from C++ directly
> and I have found an example on how to do this on StackOverflow:
>
>
> http://stackoverflow.com/questions/2509156/anyone-knows-a-matplotlib-equivalent-in-c-or-c
>
>
Well, using that "method", you could interface with any python libraries in
C++, but you wouldn't be able to do anything useful.


> However, my question is about piping. Where could I find any tutorials
> on how to pipe data directly to matplotlib so that I would not need to
> right it to a file and then read it?
>
>
Not from C++, sorry.  matplotlib is primarially python with some C++ stuff
for efficiency.


> Also, does matplotlib benefit from usage of cython and if it does, are
> there any things I should know before just trying to compile a
> matplotlib script with cython?
>
>
matplotlib does not use Cython, it uses CXX for accelerating special parts
of the library.  Maybe you can use matplotlib in cython (I have never
tried), but there are no cython bindings that I am aware of for matplotlib.

Sorry I could not be of more help.

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