In [34]:
import dmmodelplot as dm

In [35]:
dm.plot_xy()


---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-35-b6b8c9b823ac> in <module>()
----> 1 dm.plot_xy()

AttributeError: 'module' object has no attribute 'plot_xy'

In [ ]: