[Matplotlib-users] wrong numpy version

2013-11-12 Thread Nemanja Savic
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):

Re: [Matplotlib-users] wrong numpy version

2013-11-12 Thread Benjamin Root
On Tue, Nov 12, 2013 at 7:37 AM, Nemanja Savic vlasi...@gmail.com 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

Re: [Matplotlib-users] wrong numpy version

2013-11-12 Thread Nemanja Savic
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 ben.r...@ou.edu wrote: On Tue, Nov 12, 2013 at 7:37 AM, Nemanja Savic vlasi...@gmail.com wrote: Hi all guys, I am using RHEL6 and I am

[Matplotlib-users] axes legend location user-interface bug?

2013-11-12 Thread Alan G Isaac
loc=right seems the same (?) as loc=center right, but loc=left fails. (Matches the docs, but is surprising.) Alan Isaac (Mpl version 1.2.0) -- DreamFactory - Open Source REST JSON Services for HTML5 Native Apps OAuth,

Re: [Matplotlib-users] Outline for histogram bars

2013-11-12 Thread Benjamin Root
On Tue, Nov 12, 2013 at 4:26 PM, Ted To rainexpec...@theo.to wrote: Hi, Is there an option to change the line style for the outline of histogram bars? What I am looking for some something like the attached kernel density plot. I can set different colors (attached) but this is not very

Re: [Matplotlib-users] Outline for histogram bars

2013-11-12 Thread Ted To
Perfect! Many thanks! Seems to be an undocumented feature... Out of curiosity, what is the rationale behind using 'dashed' and 'dashdot' instead of '--' and '-.'? Ted To On 11/12/2013 04:59 PM, Benjamin Root wrote: On Tue, Nov 12, 2013 at 4:26 PM, Ted To rainexpec...@theo.to