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
Enviroment: anaconda latest (Python 2.7.13 |Anaconda 4.4.0 (64-bit)| (default, Dec 20 2016, 23:09:15)
)
installed using pip
>>> ppl.hist(ax, np.random.randn(1000))
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/canicula/anaconda2/lib/python2.7/site-packages/prettyplotlib/colors.py", line 35, in wrapper
return func(*args, **kwargs)
File "/home/canicula/anaconda2/lib/python2.7/site-packages/prettyplotlib/_hist.py", line 18, in hist
color_cycle = ax._get_lines.color_cycle
AttributeError: '_process_plot_var_args' object has no attribute 'color_cycle'
The text was updated successfully, but these errors were encountered:
bingosxs
changed the title
ERROR in running example hist
ERROR when running example hist
Aug 23, 2017
Enviroment: anaconda latest (Python 2.7.13 |Anaconda 4.4.0 (64-bit)| (default, Dec 20 2016, 23:09:15)
)
installed using pip
The text was updated successfully, but these errors were encountered: