[Matplotlib-users] problem: AttributeError: 'float' object has no attribute 'trace'

2015-06-03 Thread Juan Wu
Hi, List experts, Any one can help for this error solution? I googled but did not find this report. Thanks in adance... Traceback (most recent call last): File "", line 5, in hddm.analyze.plot_posterior_nodes([float(v_Neutral), float(v_Win), float(v_Loss)]) File "C:\Anaconda\lib\site

Re: [Matplotlib-users] problem: AttributeError: 'float' object has no attribute 'trace'

2015-06-03 Thread Yuxiang Wang
Hi Juan, Could you post a minimal code to reproduce your issue? Shawn On Wed, Jun 3, 2015 at 2:03 PM, Juan Wu wrote: > Hi, List experts, > > Any one can help for this error solution? I googled but did not find this > report. > > Thanks in adance... > > > Traceback (most recent call last): > >

Re: [Matplotlib-users] problem: AttributeError: 'float' object has no attribute 'trace'

2015-06-03 Thread Eric Firing
On 2015/06/03 8:03 AM, Juan Wu wrote: > Hi, List experts, > > Any one can help for this error solution? I googled but did not find > this report. > > Thanks in adance... > > > Traceback (most recent call last): > >File "", line 5, in > hddm.analyze.plot_posterior_nodes([float(v_Neutral),

Re: [Matplotlib-users] problem: AttributeError: 'float' object has no attribute 'trace'

2015-06-03 Thread Yuxiang Wang
Hi Juan, FYI - you forgot to reply to the mailing list in your previous email... As for the problem, as Eric mentioned, it seems to be a problem with your plot_posterior_nodes function. That one is out of the matplotlib library, and I guess it belongs to the HDDM package. You might want to ask pe