---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-11-11f61ee8fd20> in <module>()
----> 1 autofig.draw(show=True)
/home/kyle/.local/lib/python2.7/site-packages/autofig-1.0.0-py2.7.egg/autofig/__init__.pyc in draw(*args, **kwargs)
138 * the return from <Figure.draw>
139 """
--> 140 return gcf().draw(*args, **kwargs)
141
142 def animate(*args, **kwargs):
/home/kyle/.local/lib/python2.7/site-packages/autofig-1.0.0-py2.7.egg/autofig/figure.pyc in draw(self, fig, i, calls, tight_layout, draw_sidebars, draw_title, subplot_grid, show, save, save_afig, in_animation)
530 draw_sidebars=False,
531 draw_title=draw_title,
--> 532 show=False, save=False, in_animation=in_animation)
533
534 self._backend_artists += axesi._get_backend_artists()
/home/kyle/.local/lib/python2.7/site-packages/autofig-1.0.0-py2.7.egg/autofig/axes.pyc in draw(self, ax, i, calls, draw_sidebars, draw_title, show, save, in_animation)
1238
1239 xlim = self.x.get_lim(i=i)
-> 1240 if not np.any(np.isnan(xlim)):
1241 ax.set_xlim(xlim)
1242 ylim = self.y.get_lim(i=i)
TypeError: ufunc 'isnan' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''