The solution is following:
uninstall numpy using yum.
build numpy from source and install it.
Build matplotlib from source!
Best
On Mon, Feb 3, 2014 at 3:29 PM, Nemanja Savic wrote:
> Hi all guys, I am back to the same issue again. At the moment I am not
> able to reazlize where does matplotl
Hi all guys, I am back to the same issue again. At the moment I am not able
to reazlize where does matplotlib configure script find that my version of
numpy is 1.4.1?
On Tue, Nov 12, 2013 at 4:20 PM, Nemanja Savic wrote:
> I see. But is there any other way to cope with this x server problem and
I see. But is there any other way to cope with this x server problem and
multiple figures plotting?
On Tue, Nov 12, 2013 at 3:21 PM, Benjamin Root wrote:
>
>
>
> On Tue, Nov 12, 2013 at 7:37 AM, Nemanja Savic wrote:
>
>> Hi all guys,
>>
>> I am using RHEL6 and I am ploting figures throughout m
On Tue, Nov 12, 2013 at 7:37 AM, Nemanja Savic wrote:
> Hi all guys,
>
> I am using RHEL6 and I am ploting figures throughout my project, so I
> wanted some workaroung blocking show() function call. I have found few
> solutions that use multiprocessing, so finally i finished with this:
>
> pool.m
Hi all guys,
I am using RHEL6 and I am ploting figures throughout my project, so I
wanted some workaroung blocking show() function call. I have found few
solutions that use multiprocessing, so finally i finished with this:
pool.map(plot_graph, c)
and
def plot_graph(*args):
plt.figure(args[0