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

[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... matplotlib.figure.Figure at 0x1afe8f50 Traceback (most recent call last): File ipython-input-38-7909dff7bc28, line 5, in module

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 wujua...@gmail.com wrote: Hi, List experts, Any one can help for this error solution? I googled but did not find this report. Thanks in adance... matplotlib.figure.Figure at

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... matplotlib.figure.Figure at 0x1afe8f50 Traceback (most recent call last): File ipython-input-38-7909dff7bc28, line 5, in