Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "documents/pyscript/UD359Project1.py", line 54, in <module>
  3. ggsave(image, pbar)
  4. File "/Users/clintonrice/.venv/lib/python2.7/site-packages/ggplot/utils/ggutils.py", line 84, in ggsave
  5. figure = plot.draw()
  6. File "/Users/clintonrice/.venv/lib/python2.7/site-packages/ggplot/ggplot.py", line 305, in draw
  7. callbacks = geom.plot_layer(data, ax)
  8. File "/Users/clintonrice/.venv/lib/python2.7/site-packages/ggplot/geoms/geom.py", line 115, in plot_layer
  9. data = self._calculate_stats(data)
  10. File "/Users/clintonrice/.venv/lib/python2.7/site-packages/ggplot/geoms/geom.py", line 272, in _calculate_stats
  11. _data = self._stat._calculate(_data)
  12. File "/Users/clintonrice/.venv/lib/python2.7/site-packages/ggplot/stats/stat_bin.py", line 69, in _calculate
  13. right=right, retbins=True)
  14. File "/Users/clintonrice/.venv/lib/python2.7/site-packages/pandas/tools/tile.py", line 107, in cut
  15. include_lowest=include_lowest)
  16. File "/Users/clintonrice/.venv/lib/python2.7/site-packages/pandas/tools/tile.py", line 161, in _bins_to_cuts
  17. raise ValueError('Bin edges must be unique: %s' % repr(bins))
  18. ValueError: Bin edges must be unique: array([ 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.,
  19. 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.,
  20. 0., 0., 0., 0., 0.])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement