msmbuilder / msmexplorer

Data visualizations for biomolecular dynamics
http://msmbuilder.org/msmexplorer/
MIT License
17 stars 17 forks source link

AttributeError: module 'msmexplorer' has no attribute 'plot_implied_timescales' #111

Closed mkhoshle closed 6 years ago

mkhoshle commented 6 years ago

Hi, I am trying to plot Implied time_scales using msme.plot_implied_timescales, but I am getting the following error:

---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-68-73601e52d38e> in <module>()
      1 colors = ['pomegranate', 'beryl', 'tarragon', 'rawdenim', 'carbon']
----> 2 msme.plot_implied_timescales(msm_objs, color_palette=colors, 
      3                              xlabel='Lag time (frames)',
      4                              ylabel='Implied Timescales ($ns$)')

AttributeError: module 'msmexplorer' has no attribute 'plot_implied_timescales'

Even the following example gives the same error. I think I have the updated package, but is there any other attribute for this?

cxhernandez commented 6 years ago

You need to install the development version for this function. See here for details on how to install using pip.

mkhoshle commented 6 years ago

Ok, working now! Thank you!

cxhernandez commented 6 years ago

Great!