Guest User

Stacktrace

a guest
Jul 26th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File
  3. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/colors.py",
  4. line 141, in to_rgba
  5. rgba = _colors_full_map.cache[c, alpha]
  6. TypeError: unhashable type: 'numpy.ndarray'
  7.  
  8. During handling of the above exception, another exception occurred:
  9.  
  10. Traceback (most recent call last):
  11. File
  12. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/backends/backend_qt5agg.py",
  13. line 197, in __draw_idle_agg
  14. FigureCanvasAgg.draw(self)
  15. File
  16. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/backends/backend_agg.py",
  17. line 464, in draw
  18. self.figure.draw(self.renderer)
  19. File
  20. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/artist.py",
  21. line 63, in draw_wrapper
  22. draw(artist, renderer, *args, **kwargs)
  23. File
  24. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/figure.py",
  25. line 1144, in draw
  26. renderer, self, dsu, self.suppressComposite)
  27. File
  28. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/image.py",
  29. line 139, in _draw_list_compositing_images
  30. a.draw(renderer)
  31. File
  32. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/artist.py",
  33. line 63, in draw_wrapper
  34. draw(artist, renderer, *args, **kwargs)
  35. File
  36. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/axes/_base.py",
  37. line 2426, in draw
  38. mimage._draw_list_compositing_images(renderer, self, dsu)
  39. File
  40. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/image.py",
  41. line 139, in _draw_list_compositing_images
  42. a.draw(renderer)
  43. File
  44. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/artist.py",
  45. line 63, in draw_wrapper
  46. draw(artist, renderer, *args, **kwargs)
  47. File
  48. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/lines.py",
  49. line 803, in draw
  50. ln_color_rgba = self._get_rgba_ln_color()
  51. File
  52. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/lines.py",
  53. line 1344, in _get_rgba_ln_color
  54. return mcolors.to_rgba(self._color, self._alpha)
  55. File
  56. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/colors.py",
  57. line 143, in to_rgba
  58. rgba = _to_rgba_no_colorcycle(c, alpha)
  59. File
  60. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/colors.py",
  61. line 194, in _to_rgba_no_colorcycle
  62. raise ValueError("Invalid RGBA argument: {!r}".format(orig_c))
  63. ValueError: Invalid RGBA argument: array([[ 0.22667715],
  64. [ 0.78631059],
  65. [ 0.52562069]])
  66. Traceback (most recent call last):
  67. File
  68. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/colors.py",
  69. line 141, in to_rgba
  70. rgba = _colors_full_map.cache[c, alpha]
  71. TypeError: unhashable type: 'numpy.ndarray'
  72.  
  73. During handling of the above exception, another exception occurred:
  74.  
  75. Traceback (most recent call last):
  76. File
  77. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/backends/backend_qt5agg.py",
  78. line 197, in __draw_idle_agg
  79. FigureCanvasAgg.draw(self)
  80. File
  81. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/backends/backend_agg.py",
  82. line 464, in draw
  83. self.figure.draw(self.renderer)
  84. File
  85. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/artist.py",
  86. line 63, in draw_wrapper
  87. draw(artist, renderer, *args, **kwargs)
  88. File
  89. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/figure.py",
  90. line 1144, in draw
  91. renderer, self, dsu, self.suppressComposite)
  92. File
  93. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/image.py",
  94. line 139, in _draw_list_compositing_images
  95. a.draw(renderer)
  96. File
  97. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/artist.py",
  98. line 63, in draw_wrapper
  99. draw(artist, renderer, *args, **kwargs)
  100. File
  101. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/axes/_base.py",
  102. line 2426, in draw
  103. mimage._draw_list_compositing_images(renderer, self, dsu)
  104. File
  105. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/image.py",
  106. line 139, in _draw_list_compositing_images
  107. a.draw(renderer)
  108. File
  109. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/artist.py",
  110. line 63, in draw_wrapper
  111. draw(artist, renderer, *args, **kwargs)
  112. File
  113. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/lines.py",
  114. line 803, in draw
  115. ln_color_rgba = self._get_rgba_ln_color()
  116. File
  117. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/lines.py",
  118. line 1344, in _get_rgba_ln_color
  119. return mcolors.to_rgba(self._color, self._alpha)
  120. File
  121. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/colors.py",
  122. line 143, in to_rgba
  123. rgba = _to_rgba_no_colorcycle(c, alpha)
  124. File
  125. "~/anaconda3/envs/imars_test/lib/python3.5/site-packages/matplotlib/colors.py",
  126. line 194, in _to_rgba_no_colorcycle
  127. raise ValueError("Invalid RGBA argument: {!r}".format(orig_c))
  128. ValueError: Invalid RGBA argument: array([[ 0.22667715],
  129. [ 0.78631059],
  130. [ 0.52562069]])
Add Comment
Please, Sign In to add comment