You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/user/anaconda2/envs/myenv/lib/python3.5/code.py", line 91, in runcode
exec(code, self.locals)
File "<input>", line 3, in <module>
File "/home/user/anaconda2/envs/myenv/lib/python3.5/site-packages/ggplot/ggplot.py", line 116, in __repr__
self.make()
File "/home/user/anaconda2/envs/myenv/lib/python3.5/site-packages/ggplot/ggplot.py", line 636, in make
layer.plot(ax, facetgroup, self._aes, **kwargs)
File "/home/user/anaconda2/envs/myenv/lib/python3.5/site-packages/ggplot/geoms/geom_hline.py", line 36, in plot
ax.axhline(y, **params)
File "/home/user/anaconda2/envs/myenv/lib/python3.5/site-packages/matplotlib/axes/_axes.py", line 722, in axhline
scaley = (yy < ymin) or (yy > ymax)
TypeError: unorderable types: float() > NoneType()
If I write
from the documentation http://ggplot.yhathq.com/docs/geom_hline.html I get the error
My ggplot is installed with anaconda on python 3.5 from conda-forge and it's version is 0.11.5. Installed with https://anaconda.org/conda-forge/ggplot
What do I do?
The text was updated successfully, but these errors were encountered: