On 30/04/12 02:15, Benjamin Root wrote:
> Use pcolormesh(). *much* faster if you can assume certain things about
> the domain.
>
> Ben Root
Thank you very much!
Ignas
--
Live Security Virtual Conference
Exclusive live
On Sunday, April 29, 2012, Ignas Anikevičius wrote:
> Hello everybody,
>
> On 28 April 2012 12:13, julien tayon 'cvml', 'jul...@tayon.net');>> wrote:
>
>> First cpp stands for C Pre Processor, this tool usually does macro
>> substitution in c, objective c, c++. Hence Cpp in the object is pretty
>
Hello everybody,
On 28 April 2012 12:13, julien tayon wrote:
> First cpp stands for C Pre Processor, this tool usually does macro
> substitution in c, objective c, c++. Hence Cpp in the object is pretty
> much confusing when it seems to be talking about C++.
>
Sorry for my ignorance, will know
First cpp stands for C Pre Processor, this tool usually does macro
substitution in c, objective c, c++. Hence Cpp in the object is pretty
much confusing when it seems to be talking about C++.
2012/4/27 Benjamin Root :
>
>
> On Fri, Apr 13, 2012 at 4:24 PM, Ignas Anikevicius
> wrote:
>>
>> Dear a
Hi,
if I understand well, you have a program producing data which usually are
stored in a file,
then you load such file into a matplotlib script.
Your goal is trasfering data from your program to matplotlib.
If this is the case you can follow two routes:
1) Modify the progam in order to print th
> -Original Message-
> From: Ignas Anikevicius [mailto:anikevic...@gmail.com]
> Sent: Friday, April 13, 2012 4:25 PM
> To: matplotlib-users@lists.sourceforge.net
> Subject: [Matplotlib-users] Matplotlib and Cpp
>
> Dear all,
>
> I was wondering if it is possible to use matplotlib from C++
On Fri, Apr 13, 2012 at 4:24 PM, Ignas Anikevicius 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