Fatal Python error: Segmentation fault Current thread 0x00007fe8d3527700: File "/usr/lib64/python2.7/site-packages/matplotlib/transforms.py", line 2370 in get_matrix File "/usr/lib64/python2.7/site-packages/matplotlib/transforms.py", line 2203 in get_affine File "/usr/lib64/python2.7/site-packages/matplotlib/transforms.py", line 2175 in transform_affine File "/usr/lib64/python2.7/site-packages/matplotlib/transforms.py", line 1238 in transform File "/usr/lib64/python2.7/site-packages/matplotlib/transforms.py", line 1030 in get_points File "/usr/lib64/python2.7/site-packages/matplotlib/transforms.py", line 277 in __array__ File "/usr/lib64/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 110 in draw_path_collection File "/usr/lib64/python2.7/site-packages/matplotlib/collections.py", line 259 in draw File "/usr/lib64/python2.7/site-packages/matplotlib/artist.py", line 54 in draw_wrapper File "/usr/lib64/python2.7/site-packages/matplotlib/collections.py", line 695 in draw File "/usr/lib64/python2.7/site-packages/matplotlib/artist.py", line 54 in draw_wrapper File "/usr/lib64/python2.7/site-packages/matplotlib/axes.py", line 2086 in draw File "/usr/lib64/python2.7/site-packages/matplotlib/artist.py", line 54 in draw_wrapper File "/usr/lib64/python2.7/site-packages/matplotlib/figure.py", line 1006 in draw File "/usr/lib64/python2.7/site-packages/matplotlib/artist.py", line 54 in draw_wrapper File "/usr/lib64/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 440 in draw File "/usr/lib64/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 492 in print_png File "/usr/lib64/python2.7/site-packages/matplotlib/backend_bases.py", line 2096 in print_figure File "/usr/lib64/python2.7/site-packages/matplotlib/figure.py", line 1370 in savefig I wanted to draw 55620 dots in a scatter plot, each with a legend and its associated color. Actually only 100 color are used and multiple adjacent dots in the series have same color as necessary. (gdb) where #0 0x00007fe8d2cc5acb in raise () from /lib64/libpthread.so.0 #1 0x00007fe8d1deb5f6 in faulthandler_fatal_error (signum=11) at faulthandler.c:321 #2 #3 0x0000000000dbe0a0 in ?? () #4 0x00007fe8d2f8dfdf in PyObject_GetAttr (v=, name='bounds') at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/object.c:1196 #5 0x00007fe8d3029319 in PyEval_EvalFrameEx (f=Frame 0x157205b0, for file /usr/lib64/python2.7/site-packages/matplotlib/transforms.py, line 2370, in get_matrix (self=, _mtx=None, _shorthand_name='', _parents=, data={394590272: }) at remote 0x1782a240>) at remote 0x1784f760>), throwflag=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:2256 #6 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x292d880, globals={'BlendedAffine2D': , 'TransformedBbox': , 'offset_copy': , 'inv': , 'affine_transform': , 'MaskedArray': , 'BlendedGenericTransform': , 'TransformedPath': , 'BboxTransformToMaxOnly': , 'update_path_extents': , 'IdentityTransform': , 'BboxTransformTo': , 'interval_contains_open': , '__package__': 'matplotlib', 'Bbox': , 'np': , 'Path': , '__doc__': '\nmatplotlib includes a framework for arbitrary geometric\ntransformations that is used determine the final position of all\nelements drawn on the canv...(truncated), locals=0x0, args=0x34af8268, argcount=1, kws=0x34af8270, kwcount=0, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 #7 0x00007fe8d303081a in fast_function (func=, pp_stack=0x7fff947aa7e0, n=1, na=1, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4117 #8 0x00007fe8d30303d5 in call_function (pp_stack=0x7fff947aa7e0, oparg=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4042 #9 0x00007fe8d302acd8 in PyEval_EvalFrameEx (f=Frame 0x34af80c0, for file /usr/lib64/python2.7/site-packages/matplotlib/transforms.py, line 2203, in get_affine (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 8112...(truncated), throwflag=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:2666 #10 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x29269e0, globals={'BlendedAffine2D': , 'TransformedBbox': , 'offset_copy': , 'inv': , 'affine_transform': , 'MaskedArray': , 'BlendedGenericTransform': , 'TransformedPath': , 'BboxTransformToMaxOnly': , 'update_path_extents': , 'IdentityTransform': , 'BboxTransformTo': , 'interval_contains_open': , '__package__': 'matplotlib', 'Bbox': , 'np': , 'Path': , '__doc__': '\nmatplotlib includes a framework for arbitrary geometric\ntransformations that is used determine the final position of all\nelements drawn on the canv...(truncated), locals=0x0, args=0xd1b34b8, argcount=1, kws=0xd1b34c0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 #11 0x00007fe8d303081a in fast_function (func=, pp_stack=0x7fff947aacd0, n=1, na=1, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4117 #12 0x00007fe8d30303d5 in call_function (pp_stack=0x7fff947aacd0, oparg=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4042 #13 0x00007fe8d302acd8 in PyEval_EvalFrameEx (f=Frame 0xd1b3320, for file /usr/lib64/python2.7/site-packages/matplotlib/transforms.py, line 2175, in transform_affine (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: ,...(truncated), throwflag=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:2666 #14 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x29267d0, globals={'BlendedAffine2D': , 'TransformedBbox': , 'offset_copy': , 'inv': , 'affine_transform': , 'MaskedArray': , 'BlendedGenericTransform': , 'TransformedPath': , 'BboxTransformToMaxOnly': , 'update_path_extents': , 'IdentityTransform': , 'BboxTransformTo': , 'interval_contains_open': , '__package__': 'matplotlib', 'Bbox': , 'np': , 'Path': , '__doc__': '\nmatplotlib includes a framework for arbitrary geometric\ntransformations that is used determine the final position of all\nelements drawn on the canv...(truncated), locals=0x0, args=0xc6717e8, argcount=2, kws=0xc6717f8, kwcount=0, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 #15 0x00007fe8d303081a in fast_function (func=, pp_stack=0x7fff947ab1c0, n=2, na=2, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4117 #16 0x00007fe8d30303d5 in call_function (pp_stack=0x7fff947ab1c0, oparg=1) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4042 #17 0x00007fe8d302acd8 in PyEval_EvalFrameEx (f=Frame 0xc671650, for file /usr/lib64/python2.7/site-packages/matplotlib/transforms.py, line 1238, in transform (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200...(truncated), throwflag=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:2666 #18 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x290de00, globals={'BlendedAffine2D': , 'TransformedBbox': , 'offset_copy': , 'inv': , 'affine_transform': , 'MaskedArray': , 'BlendedGenericTransform': , 'TransformedPath': , 'BboxTransformToMaxOnly': , 'update_path_extents': , 'IdentityTransform': , 'BboxTransformTo': , 'interval_contains_open': , '__package__': 'matplotlib', 'Bbox': , 'np': , 'Path': , '__doc__': '\nmatplotlib includes a framework for arbitrary geometric\ntransformations that is used determine the final position of all\nelements drawn on the canv...(truncated), locals=0x0, args=0x2f2121c8, argcount=2, kws=0x2f2121d8, kwcount=0, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 #19 0x00007fe8d303081a in fast_function (func=, pp_stack=0x7fff947ab6b0, n=2, na=2, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4117 #20 0x00007fe8d30303d5 in call_function (pp_stack=0x7fff947ab6b0, oparg=1) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4042 #21 0x00007fe8d302acd8 in PyEval_EvalFrameEx (f=Frame 0x2f212030, for file /usr/lib64/python2.7/site-packages/matplotlib/transforms.py, line 1030, in get_points (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 8111898...(truncated), throwflag=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:2666 #22 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x290d510, globals={'BlendedAffine2D': , 'TransformedBbox': , 'offset_copy': , 'inv': , 'affine_transform': , 'MaskedArray': , 'BlendedGenericTransform': , 'TransformedPath': , 'BboxTransformToMaxOnly': , 'update_path_extents': , 'IdentityTransform': , 'BboxTransformTo': , 'interval_contains_open': , '__package__': 'matplotlib', 'Bbox': , 'np': , 'Path': , '__doc__': '\nmatplotlib includes a framework for arbitrary geometric\ntransformations that is used determine the final position of all\nelements drawn on the canv...(truncated), locals=0x0, args=0xd1edbb0, argcount=1, kws=0xd1edbb8, kwcount=0, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 #23 0x00007fe8d303081a in fast_function (func=, pp_stack=0x7fff947abba0, n=1, na=1, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4117 #24 0x00007fe8d30303d5 in call_function (pp_stack=0x7fff947abba0, oparg=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4042 #25 0x00007fe8d302acd8 in PyEval_EvalFrameEx (f=Frame 0xd1eda10, for file /usr/lib64/python2.7/site-packages/matplotlib/transforms.py, line 277, in __array__ (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888:...(truncated), throwflag=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:2666 #26 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x3daab40, globals={'BlendedAffine2D': , 'TransformedBbox': , 'offset_copy': , 'inv': , 'affine_transform': , 'MaskedArray': , 'BlendedGenericTransform': , 'TransformedPath': , 'BboxTransformToMaxOnly': , 'update_path_extents': , 'IdentityTransform': , 'BboxTransformTo': , 'interval_contains_open': , '__package__': 'matplotlib', 'Bbox': , 'np': , 'Path': , '__doc__': '\nmatplotlib includes a framework for arbitrary geometric\ntransformations that is used determine the final position of all\nelements drawn on the canv...(truncated), locals=0x0, args=0xef497e20, argcount=2, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 #27 0x00007fe8d2f65f2e in function_call (func=, arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , arg=(,), kw=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/abstract.c:2529 #31 0x00007fe8d2f249a8 in call_function_tail (callable=, args=(,)) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/abstract.c:2561 #32 0x00007fe8d2f24c2c in _PyObject_CallFunction_SizeT (callable=, format=0x7fe8ce92aace "O") at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/abstract.c:2605 #33 0x00007fe8ce828625 in PyArray_FromArrayAttr (op=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , context=0x0) at numpy/core/src/multiarray/ctors.c:2226 #34 0x00007fe8ce825aff in PyArray_GetArrayParamsFromObject (op=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , writeable=0 '\000', out_dtype=0x7fff947ac528, out_ndim=0x7fff947ac524, out_dims=0x7fff947ac420, out_arr=0x7fff947ac530, context=0x0) at numpy/core/src/multiarray/ctors.c:1418 #35 0x00007fe8ce8262e8 in PyArray_FromAny (op=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , min_depth=2, max_depth=2, flags=1344, context=0x0) at numpy/core/src/multiarray/ctors.c:1579 #36 0x00007fe8ca219197 in py_convert_bbox (bbox_obj=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: > > (this=0xedaf27f0, cliprect=..., rasterizer=...) at src/backend_agg.cpp:442 #38 0x00007fe8ca23d418 in RendererAgg::_draw_path_collection_generic (this=0xedaf27f0, gc=..., master_transform=..., cliprect=..., clippath=..., clippath_trans=..., path_generator=..., transforms_obj=..., offsets_obj=..., offset_trans=..., facecolors_obj=..., edgecolors_obj=..., linewidths=..., linestyles_obj=..., antialiaseds=..., data_offsets=false) at src/backend_agg.cpp:1494 #39 0x00007fe8ca22e048 in RendererAgg::draw_path_collection (this=0xedaf27f0, args=...) at src/backend_agg.cpp:1681 #40 0x00007fe8ca247dbe in Py::PythonExtension::method_varargs_call_handler (_self_and_name_tuple=(, ), _args=(, _dashes=(None, None), _cliprect=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , arg=(, _dashes=(None, None), _cliprect=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , pp_stack=0x7fff947ad418, flags=3, na=0, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4331 #43 0x00007fe8d302af6e in PyEval_EvalFrameEx (f=Frame 0xbc514e0, for file /usr/lib64/python2.7/site-packages/matplotlib/backends/backend_agg.py, line 110, in draw_path_collection (self=, tex_font_map=None, _texmanager=None, mathtext_parser=, _output='path') at remote 0xeda84610>) at remote 0x10db7610>, copy_from_bbox=, draw_gouraud_triangles=, draw_image=, height=, width=, mathtext_parser=, _output='agg') at remote 0xeda84450>, _filter_renderers=[], draw_gouraud_triangle=, level='silent') at remote 0x3d8d768>, 'FigureCanvasAgg': , 'maxdict': , 'is_string_like': , 'LOAD_NO_HINTING': 2L, 'FigureCanvasBase': , 'FigureManagerBase': , 'MathTextParser': , '_RendererAgg': , '__package__': 'matplotlib.backends', 'RendererBase': , 'Bbox': , 'np': , 'Path': , '__doc__': '\nAn agg http://antigrain.com/ backend\n\nFeatures that are implemented\n\n * capstyles and join styles\n * dashes\n * linewidth\n * lines, rectangles, ellipses\n * clipping to a rectangle\n * output to RGBA and PNG\n * alpha blending\n * DPI scaling properly - everything scales properly (dashes, linewidths, etc)\n * draw polygon...(truncated), locals=0x0, args=0xbc50830, argcount=14, kws=0xbc508a0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 #45 0x00007fe8d303081a in fast_function (func=, pp_stack=0x7fff947ad910, n=14, na=14, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4117 #46 0x00007fe8d30303d5 in call_function (pp_stack=0x7fff947ad910, oparg=13) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4042 #47 0x00007fe8d302acd8 in PyEval_EvalFrameEx (f=Frame 0xbc50670, for file /usr/lib64/python2.7/site-packages/matplotlib/collections.py, line 259, in draw (self=, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, 'PolyCollection': , 'transforms': , 'QuadMesh': , 'StarPolygonCollection': , 'mcolors': , 'PathCollection': , 'backend_bases': , 'PatchCollection': , 'Collection': , '__package__': 'matplotlib', 'allow_rasterization': , 'BrokenBarHCollection': , 'TriMesh': , 'np': , 'mpl': , 'patchstr': " agg_filter: unknown\n alpha: float or None \n animated: [True | False] \n antialiased or antialiaseds: Boolean or sequence of booleans \n array: unknown\n axes: an :class:`~matplotlib.axes.Axes` instance \n clim: a length 2 sequence of floats \n clip_box: a :class:`matpl...(truncated), locals=0x0, args=0xef497c40, argcount=2, kws=0x7fe8d34e6088, kwcount=0, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 #49 0x00007fe8d2f65f2e in function_call (func=, arg=(, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data=...(truncated), kw={}) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/funcobject.c:526 #50 0x00007fe8d2f24840 in PyObject_Call (func=, arg=(, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data=...(truncated), kw={}) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/abstract.c:2529 #51 0x00007fe8d3031772 in ext_do_call (func=, pp_stack=0x7fff947ade18, flags=3, na=2, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4334 #52 0x00007fe8d302af6e in PyEval_EvalFrameEx (f=Frame 0x23a8e040, for file /usr/lib64/python2.7/site-packages/matplotlib/artist.py, line 54, in draw_wrapper (artist=, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, 'Transform': , 'TransformedPath': , 'IdentityTransform': , 'Artist': , '__package__': 'matplotlib', 're': , 'Bbox': , 'getp': , 'Path': , 'get': , 'ArtistInspector': , '__doc__': None, 'division': <_Feature(mandatory=(3, 0, 0, 'alpha', 0), optional=(2, 2, 0, 'alpha', 2), compiler_flag=8192) at remote 0x38c2588>, 'warnings': , '__builtins__': {'bytearray': , 'IndexError': , 'all': , 'help': <_Helper at remote 0xfc71b0>, 'vars': , 'SyntaxError': , 'unicode': , 'UnicodeDecodeError': , , )) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 #54 0x00007fe8d2f65f2e in function_call (func=, arg=(, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data=...(truncated), kw=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/funcobject.c:526 #55 0x00007fe8d2f24840 in PyObject_Call (func=, arg=(, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data=...(truncated), kw=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/abstract.c:2529 #56 0x00007fe8d2f40a6f in instancemethod_call (func=, arg=(, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data=...(truncated), kw=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/classobject.c:2602 #57 0x00007fe8d2f24840 in PyObject_Call (func=, arg=(, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data=...(truncated), kw=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/abstract.c:2529 #58 0x00007fe8d30310b9 in do_call (func=, pp_stack=0x7fff947ae660, na=2, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4239 #59 0x00007fe8d30303f1 in call_function (pp_stack=0x7fff947ae660, oparg=2) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4044 #60 0x00007fe8d302acd8 in PyEval_EvalFrameEx (f=Frame 0xe2fcdb0, for file /usr/lib64/python2.7/site-packages/matplotlib/collections.py, line 695, in draw (self=, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, 'PolyCollection': , 'transforms': , 'QuadMesh': , 'StarPolygonCollection': , 'mcolors': , 'PathCollection': , 'backend_bases': , 'PatchCollection': , 'Collection': , '__package__': 'matplotlib', 'allow_rasterization': , 'BrokenBarHCollection': , 'TriMesh': , 'np': , 'mpl': , 'patchstr': " agg_filter: unknown\n alpha: float or None \n animated: [True | False] \n antialiased or antialiaseds: Boolean or sequence of booleans \n array: unknown\n axes: an :class:`~matplotlib.axes.Axes` instance \n clim: a length 2 sequence of floats \n clip_box: a :class:`matpl...(truncated), locals=0x0, args=0xef497ad8, argcount=2, kws=0x7fe8d34e6088, kwcount=0, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 #62 0x00007fe8d2f65f2e in function_call (func=, arg=(, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data=...(truncated), kw={}) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/funcobject.c:526 #63 0x00007fe8d2f24840 in PyObject_Call (func=, arg=(, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data=...(truncated), kw={}) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/abstract.c:2529 #64 0x00007fe8d3031772 in ext_do_call (func=, pp_stack=0x7fff947aeb68, flags=3, na=2, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4334 #65 0x00007fe8d302af6e in PyEval_EvalFrameEx (f=Frame 0x2c7214e0, for file /usr/lib64/python2.7/site-packages/matplotlib/artist.py, line 54, in draw_wrapper (artist=, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, 'Transform': , 'TransformedPath': , 'IdentityTransform': , 'Artist': , '__package__': 'matplotlib', 're': , 'Bbox': , 'getp': , 'Path': , 'get': , 'ArtistInspector': , '__doc__': None, 'division': <_Feature(mandatory=(3, 0, 0, 'alpha', 0), optional=(2, 2, 0, 'alpha', 2), compiler_flag=8192) at remote 0x38c2588>, 'warnings': , '__builtins__': {'bytearray': , 'IndexError': , 'all': , 'help': <_Helper at remote 0xfc71b0>, 'vars': , 'SyntaxError': , 'unicode': , 'UnicodeDecodeError': , , )) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 #67 0x00007fe8d303081a in fast_function (func=, pp_stack=0x7fff947af060, n=2, na=2, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4117 #68 0x00007fe8d30303d5 in call_function (pp_stack=0x7fff947af060, oparg=1) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4042 #69 0x00007fe8d302acd8 in PyEval_EvalFrameEx (f=Frame 0xd2389c0, for file /usr/lib64/python2.7/site-packages/matplotlib/axes.py, line 2086, in draw (self=, input_dims=2, transform_path=, transform=, transform_affine=, inverted=, _child=, data={811275232: }) at remote 0xcbbb3a8>) at remote 0x305b17d0>, _x=, data={811275232: }) at remote 0xcbbb498>) at remote 0x30cfabc0>...(truncated), throwflag=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:2666 #70 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x3965bf0, globals={'mlines': , 'mpatches': , 'BarContainer': , 'mlegend': , 'mcoll': , 'GridSpec': , 'mticker': , 'Axes': , 'datetime': , 'subplot_class_factory': , 'maxis': , 'mstream': , 'font_manager': , 'is_string_like': , 'iterable': , '_subplot_classes': {: }, 'Subplot': , 'mtransforms': , 'mcolors': , 'StemContainer': , 'SubplotSpec': , 'mimage': , 'mspines': , '__packag...(truncated), locals=0x0, args=0xeda851f0, argcount=2, kws=0x7fe8d34e6088, kwcount=0, defs=0x28581f0, defcount=2, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 #71 0x00007fe8d2f65f2e in function_call (func=, arg=(, input_dims=2, transform_path=, transform=, transform_affine=, inverted=, _child=, data={811275232: }) at remote 0xcbbb3a8>) at remote 0x305b17d0>, _x=, data={811275232: }) at remote 0xcbbb498>) at remote 0x30cfabc0>, _inverted=, _shorthand_n...(truncated), kw={}) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/funcobject.c:526 #72 0x00007fe8d2f24840 in PyObject_Call (func=, arg=(, input_dims=2, transform_path=, transform=, transform_affine=, inverted=, _child=, data={811275232: }) at remote 0xcbbb3a8>) at remote 0x305b17d0>, _x=, data={811275232: }) at remote 0xcbbb498>) at remote 0x30cfabc0>, _inverted=, _shorthand_n...(truncated), kw={}) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/abstract.c:2529 #73 0x00007fe8d3031772 in ext_do_call (func=, pp_stack=0x7fff947af568, flags=3, na=2, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4334 #74 0x00007fe8d302af6e in PyEval_EvalFrameEx (f=Frame 0x15f62050, for file /usr/lib64/python2.7/site-packages/matplotlib/artist.py, line 54, in draw_wrapper (artist=, input_dims=2, transform_path=, transform=, transform_affine=, inverted=, _child=, data={811275232: }) at remote 0xcbbb3a8>) at remote 0x305b17d0>, _x=, data={811275232: }) at remote 0xcbbb498>) at remote ...(truncated), throwflag=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:2705 #75 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x39edeb0, globals={'TransformedBbox': , 'Transform': , 'TransformedPath': , 'IdentityTransform': , 'Artist': , '__package__': 'matplotlib', 're': , 'Bbox': , 'getp': , 'Path': , 'get': , 'ArtistInspector': , '__doc__': None, 'division': <_Feature(mandatory=(3, 0, 0, 'alpha', 0), optional=(2, 2, 0, 'alpha', 2), compiler_flag=8192) at remote 0x38c2588>, 'warnings': , '__builtins__': {'bytearray': , 'IndexError': , 'all': , 'help': <_Helper at remote 0xfc71b0>, 'vars': , 'SyntaxError': , 'unicode': , 'UnicodeDecodeError': , , )) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 #76 0x00007fe8d2f65f2e in function_call (func=, arg=(, input_dims=2, transform_path=, transform=, transform_affine=, inverted=, _child=, data={811275232: }) at remote 0xcbbb3a8>) at remote 0x305b17d0>, _x=, data={811275232: }) at remote 0xcbbb498>) at remote 0x30cfabc0>, _inverted=, _shorthand_n...(truncated), kw=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/funcobject.c:526 #77 0x00007fe8d2f24840 in PyObject_Call (func=, arg=(, input_dims=2, transform_path=, transform=, transform_affine=, inverted=, _child=, data={811275232: }) at remote 0xcbbb3a8>) at remote 0x305b17d0>, _x=, data={811275232: }) at remote 0xcbbb498>) at remote 0x30cfabc0>, _inverted=, _shorthand_n...(truncated), kw=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/abstract.c:2529 #78 0x00007fe8d3031772 in ext_do_call (func=, pp_stack=0x7fff947afa78, flags=1, na=1, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4334 #79 0x00007fe8d302af6e in PyEval_EvalFrameEx (f=Frame 0xd19a6c0, for file /usr/lib64/python2.7/site-packages/matplotlib/figure.py, line 1006, in draw (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 'Axes': , 'Legend': , 'SubplotBase': , 'iterable': , 'BboxTransformTo': , 'figaspect': , 'Artist': , '__package__': 'matplotlib', '_image': , 'allow_rasterization': , 'Rectangle': , 'martist': , 'np': , 'SubplotParams': , 'Stack': , 'Bbox': , 'subplot_class_factory': , 'TransformedBbox': , '__warningregistry__': {('This figure includes Axes that are not compatible with tight_layout, so its results might be incorrect.', , 1533): True}, 'warnings': , arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , 922450208: , arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , 922450208: , pp_stack=0x7fff947aff88, flags=3, na=2, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4334 #84 0x00007fe8d302af6e in PyEval_EvalFrameEx (f=Frame 0x44928cb0, for file /usr/lib64/python2.7/site-packages/matplotlib/artist.py, line 54, in draw_wrapper (artist=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 'Transform': , 'TransformedPath': , 'IdentityTransform': , 'Artist': , '__package__': 'matplotlib', 're': , 'Bbox': , 'getp': , 'Path': , 'get': , 'ArtistInspector': , '__doc__': None, 'division': <_Feature(mandatory=(3, 0, 0, 'alpha', 0), optional=(2, 2, 0, 'alpha', 2), compiler_flag=8192) at remote 0x38c2588>, 'warnings': , '__builtins__': {'bytearray': , 'IndexError': , 'all': , 'help': <_Helper at remote 0xfc71b0>, 'vars': , 'SyntaxError': , 'unicode': , 'UnicodeDecodeError': , , )) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 #86 0x00007fe8d303081a in fast_function (func=, pp_stack=0x7fff947b0480, n=2, na=2, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4117 #87 0x00007fe8d30303d5 in call_function (pp_stack=0x7fff947b0480, oparg=1) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4042 #88 0x00007fe8d302acd8 in PyEval_EvalFrameEx (f=Frame 0xd191f40, for file /usr/lib64/python2.7/site-packages/matplotlib/backends/backend_agg.py, line 440, in draw (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , level='silent') at remote 0x3d8d768>, 'FigureCanvasAgg': , 'maxdict': , 'is_string_like': , 'LOAD_NO_HINTING': 2L, 'FigureCanvasBase': , 'FigureManagerBase': , 'MathTextParser': , '_RendererAgg': , '__package__': 'matplotlib.backends', 'RendererBase': , 'Bbox': , 'np': , 'Path': , '__doc__': '\nAn agg http://antigrain.com/ backend\n\nFeatures that are implemented\n\n * capstyles and join styles\n * dashes\n * linewidth\n * lines, rectangles, ellipses\n * clipping to a rectangle\n * output to RGBA and PNG\n * alpha blending\n * DPI scaling properly - everything scales properly (dashes, linewidths, etc)\n * draw polygon...(truncated), locals=0x0, args=0xeda84398, argcount=1, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 #90 0x00007fe8d2f65f2e in function_call (func=, arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , pp_stack=0x7fff947b0cc0, na=1, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4239 #95 0x00007fe8d30303f1 in call_function (pp_stack=0x7fff947b0cc0, oparg=1) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4044 #96 0x00007fe8d302acd8 in PyEval_EvalFrameEx (f=Frame 0xd191d00, for file /usr/lib64/python2.7/site-packages/matplotlib/backends/backend_agg.py, line 492, in print_png (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , level='silent') at remote 0x3d8d768>, 'FigureCanvasAgg': , 'maxdict': , 'is_string_like': , 'LOAD_NO_HINTING': 2L, 'FigureCanvasBase': , 'FigureManagerBase': , 'MathTextParser': , '_RendererAgg': , '__package__': 'matplotlib.backends', 'RendererBase': , 'Bbox': , 'np': , 'Path': , '__doc__': '\nAn agg http://antigrain.com/ backend\n\nFeatures that are implemented\n\n * capstyles and join styles\n * dashes\n * linewidth\n * lines, rectangles, ellipses\n * clipping to a rectangle\n * output to RGBA and PNG\n * alpha blending\n * DPI scaling properly - everything scales properly (dashes, linewidths, etc)\n * draw polygon...(truncated), locals=0x0, args=0x5320d970, argcount=2, kws=0xc6aa088, kwcount=5, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 #98 0x00007fe8d2f65f2e in function_call (func=, arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , pp_stack=0x7fff947b11c8, flags=2, na=2, nk=5) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4334 #101 0x00007fe8d302af6e in PyEval_EvalFrameEx (f=Frame 0xccdd9e0, for file /usr/lib64/python2.7/site-packages/matplotlib/backend_bases.py, line 2096, in print_figure (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 'cursors': , 'TransformedBbox': , 'colors': , 'mplDeprecation': , 'ShowBase': , 'transforms': , 'io': , 'IdleEvent': , 'FigureManagerBase': , 'GraphicsContextBase': , 'MouseEvent': , 'Gcf': , '__package__': 'matplotlib', 'RendererBase': , '_has_pil': True, 'Bbox': , 'widgets': , 'Path': , 'LocationEvent': , '__doc__': "\nAbstract base classes define the primitives that renderers and\ngraphics contexts must implement to serve as a matplotlib backend\n\n:class:`RendererBase`\n An abstract base c...(truncated), locals=0x0, args=0x8b7a3da8, argcount=2, kws=0xb6c8d00, kwcount=3, defs=0x392d118, defcount=5, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 #103 0x00007fe8d2f65f2e in function_call (func=, arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , pp_stack=0x7fff947b16d8, flags=3, na=1, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4334 #106 0x00007fe8d302af6e in PyEval_EvalFrameEx (f=Frame 0xccdd7a0, for file /usr/lib64/python2.7/site-packages/matplotlib/figure.py, line 1370, in savefig (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 'Axes': , 'Legend': , 'SubplotBase': , 'iterable': , 'BboxTransformTo': , 'figaspect': , 'Artist': , '__package__': 'matplotlib', '_image': , 'allow_rasterization': , 'Rectangle': , 'martist': , 'np': , 'SubplotParams': , 'Stack': , 'Bbox': , 'subplot_class_factory': , 'TransformedBbox': , '__warningregistry__': {('This figure includes Axes that are not compatible with tight_layout, so its results might be incorrect.', , 1533): True}, 'warnings': , pp_stack=0x7fff947b1bd0, n=4, na=2, nk=1) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4117 #109 0x00007fe8d30303d5 in call_function (pp_stack=0x7fff947b1bd0, oparg=257) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4042 #110 0x00007fe8d302acd8 in PyEval_EvalFrameEx (f=Frame 0xbc1c4f0, for file blah.py, line 12509, in draw_hist2d_plot (filename='blah.png', mydata_x=[3922, 3645, 3206, 3403, 3867, 3459, 3966, 3840, 3645, 3858, 3462, 3946, 3992, 3291, 3873, 3840, 3597, 3300, 3182, 3657, 3332, 3610, 3580, 3296, 3928, 3284, 3417, 3897, 3679, 3508, 3170, 3442, 3919, 3694, 3260, 3538, 3340, 3884, 3457, 3233, 3672, 3787, 3194, 3891, 3951, 3777, 3712, 3912, 3909, 3429, 3942, 3846, 3639, 3591, 3645, 3604, 3977, 3250, 3463, 3491, 3930, 3734, 3906, 3878, 3870, 3768, 3379, 3926, 3972, 3758, 3816, 3305, 3719, 3742, 3852, 3589, 3275, 3852, 3770, 3919, 3819, 3621, 3920, 3240, 3488, 3285, 3367, 3869, 3913, 3880, 3897, 3583, 3599, 3310, 3235, 3476, 3852, 3469, 3204, 3857, 3365, 3634, 3748, 3692, 3856, 3806, 3262, 3578, 3409, 3749, 3301, 3570, 3708, 3838, 3269, 3927, 3301, 3663, 3483, 3352, 3491, 3700, 3568, 3584, 3364, 3882, 3758, 3388, 3886, 3647, 3884, 3624, 3...(truncated), throwflag=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:2666 [cut] (gdb) bt full #0 0x00007fe8d2cc5acb in raise () from /lib64/libpthread.so.0 No symbol table info available. #1 0x00007fe8d1deb5f6 in faulthandler_fatal_error (signum=11) at faulthandler.c:321 fd = 2 i = 4 handler = 0x7fe8d1fef4c0 tstate = 0xdbe0a0 save_errno = 0 #2 No symbol table info available. #3 0x0000000000dbe0a0 in ?? () No symbol table info available. #4 0x00007fe8d2f8dfdf in PyObject_GetAttr (v=, name='bounds') at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/object.c:1196 tp = 0xcc36050 #5 0x00007fe8d3029319 in PyEval_EvalFrameEx (f=Frame 0x157205b0, for file /usr/lib64/python2.7/site-packages/matplotlib/transforms.py, line 2370, in get_matrix (self=, _mtx=None, _shorthand_name='', _parents=, data={394590272: }) at remote 0x1782a240>) at remote 0x1784f760>), throwflag=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:2256 stack_pointer = 0x15720768 next_instr = 0x2fa4c86 "\\\004" opcode = 377812720 oparg = 2 why = WHY_NOT err = 0 x = v = w = 'bounds' u = t = stream = 0x0 fastlocals = 0x15720738 freevars = 0x15720760 retval = 0x0 tstate = 0xdbe0a0 co = 0x292d880 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x2fa4c74 "|" names = ('_invalid', '_boxout', 'bounds', 'DEBUG', 'ValueError', 'np', 'array', 'float_', '_mtx', 'None', '_inverted') consts = (None, 0, 'Transforming to a singular bounding box.', , ) filename = 0x292cd64 "/usr/lib64/python2.7/site-packages/matplotlib/transforms.py" __PRETTY_FUNCTION__ = "PyEval_EvalFrameEx" #6 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x292d880, globals={'BlendedAffine2D': , 'TransformedBbox': , 'offset_copy': , 'inv': , 'affine_transform': , 'MaskedArray': , 'BlendedGenericTransform': , 'TransformedPath': , 'BboxTransformToMaxOnly': , 'update_path_extents': , 'IdentityTransform': , 'BboxTransformTo': , 'interval_contains_open': , '__package__': 'matplotlib', 'Bbox': , 'np': , 'Path': , '__doc__': '\nmatplotlib includes a framework for arbitrary geometric\ntransformations that is used determine the final position of all\nelements drawn on the canv...(truncated), locals=0x0, args=0x34af8268, argcount=1, kws=0x34af8270, kwcount=0, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 f = Frame 0x157205b0, for file /usr/lib64/python2.7/site-packages/matplotlib/transforms.py, line 2370, in get_matrix (self=, _mtx=None, _shorthand_name='', _parents=, data={394590272: }) at remote 0x1782a240>) at remote 0x1784f760>) retval = 0x0 fastlocals = 0x15720738 freevars = 0x15720760 tstate = 0xdbe0a0 x = , _mtx=None, _shorthand_name='', _parents=, data={394590272: }) at remote 0x1782a240>) at remote 0x1784f760> u = {'__setattr__': , '__reduce_ex__': , '__new__': , '__reduce__': , '__str__': , '__format__': , '__getattribute__': , '__class__': , '__delattr__': , '__subclasshook__': , '__repr__': , '__hash__': , '__sizeof__': , '__doc__': 'The most base type', '__init__': } __PRETTY_FUNCTION__ = "PyEval_EvalCodeEx" #7 0x00007fe8d303081a in fast_function (func=, pp_stack=0x7fff947aa7e0, n=1, na=1, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4117 co = 0x292d880 globals = {'BlendedAffine2D': , 'TransformedBbox': , 'offset_copy': , 'inv': , 'affine_transform': , 'MaskedArray': , 'BlendedGenericTransform': , 'TransformedPath': , 'BboxTransformToMaxOnly': , 'update_path_extents': , 'IdentityTransform': , 'BboxTransformTo': , 'interval_contains_open': , '__package__': 'matplotlib', 'Bbox': , 'np': , 'Path': , '__doc__': '\nmatplotlib includes a framework for arbitrary geometric\ntransformations that is used determine the final position of all\nelements drawn on the canv...(truncated) argdefs = 0x0 d = 0x0 nd = 0 __PRETTY_FUNCTION__ = "fast_function" #8 0x00007fe8d30303d5 in call_function (pp_stack=0x7fff947aa7e0, oparg=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4042 na = 1 nk = 0 n = 1 pfunc = 0x34af8268 func = x = , _mtx=None, _shorthand_name='', _parents=, data={394590272: }) at remote 0x1782a240>) at remote 0x1784f760> w = #9 0x00007fe8d302acd8 in PyEval_EvalFrameEx (f=Frame 0x34af80c0, for file /usr/lib64/python2.7/site-packages/matplotlib/transforms.py, line 2203, in get_affine (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 8112...(truncated), throwflag=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:2666 sp = 0x34af8270 stack_pointer = 0x34af8270 next_instr = 0x3dabfd2 "\203\002" opcode = 131 oparg = 0 why = WHY_NOT err = 0 x = v = w = 'get_matrix' u = t = 0x0 stream = 0x0 fastlocals = 0x34af8248 freevars = 0x34af8250 retval = 0x0 tstate = 0xdbe0a0 co = 0x29269e0 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x3dabf8c "|" names = ('_b', 'is_affine', 'get_affine', 'Affine2D', 'np', 'dot', 'get_matrix', '_a') consts = (None,) filename = 0x292c074 "/usr/lib64/python2.7/site-packages/matplotlib/transforms.py" __PRETTY_FUNCTION__ = "PyEval_EvalFrameEx" #10 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x29269e0, globals={'BlendedAffine2D': , 'TransformedBbox': , 'offset_copy': , 'inv': , 'affine_transform': , 'MaskedArray': , 'BlendedGenericTransform': , 'TransformedPath': , 'BboxTransformToMaxOnly': , 'update_path_extents': , 'IdentityTransform': , 'BboxTransformTo': , 'interval_contains_open': , '__package__': 'matplotlib', 'Bbox': , 'np': , 'Path': , '__doc__': '\nmatplotlib includes a framework for arbitrary geometric\ntransformations that is used determine the final position of all\nelements drawn on the canv...(truncated), locals=0x0, args=0xd1b34b8, argcount=1, kws=0xd1b34c0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 f = Frame 0x34af80c0, for file /usr/lib64/python2.7/site-packages/matplotlib/transforms.py, line 2203, in get_affine (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 8112...(truncated) retval = 0x0 fastlocals = 0x34af8248 freevars = 0x34af8250 tstate = 0xdbe0a0 x = , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , 922450208: , '__reduce_ex__': , '__new__': , '__reduce__': , '__str__': , '__format__': , '__getattribute__': , '__class__': , '__delattr__': , '__subclasshook__': , '__repr__': , '__hash__': , '__sizeof__': , '__doc__': 'The most base type', '__init__': } __PRETTY_FUNCTION__ = "PyEval_EvalCodeEx" #11 0x00007fe8d303081a in fast_function (func=, pp_stack=0x7fff947aacd0, n=1, na=1, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4117 co = 0x29269e0 globals = {'BlendedAffine2D': , 'TransformedBbox': , 'offset_copy': , 'inv': , 'affine_transform': , 'MaskedArray': , 'BlendedGenericTransform': , 'TransformedPath': , 'BboxTransformToMaxOnly': , 'update_path_extents': , 'IdentityTransform': , 'BboxTransformTo': , 'interval_contains_open': , '__package__': 'matplotlib', 'Bbox': , 'np': , 'Path': , '__doc__': '\nmatplotlib includes a framework for arbitrary geometric\ntransformations that is used determine the final position of all\nelements drawn on the canv...(truncated) argdefs = 0x0 d = 0x0 nd = 0 __PRETTY_FUNCTION__ = "fast_function" #12 0x00007fe8d30303d5 in call_function (pp_stack=0x7fff947aacd0, oparg=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4042 na = 1 nk = 0 n = 1 pfunc = 0xd1b34b8 func = x = , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , 922450208: #13 0x00007fe8d302acd8 in PyEval_EvalFrameEx (f=Frame 0xd1b3320, for file /usr/lib64/python2.7/site-packages/matplotlib/transforms.py, line 2175, in transform_affine (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: ,...(truncated), throwflag=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:2666 sp = 0xd1b34c0 stack_pointer = 0xd1b34c0 next_instr = 0x29242ed "j\001" opcode = 131 oparg = 0 why = WHY_NOT err = 0 x = v = w = 'get_affine' u = t = 0x0 stream = 0x0 fastlocals = 0xd1b34a8 freevars = 0xd1b34b8 retval = 0x0 tstate = 0xdbe0a0 co = 0x29267d0 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x29242e4 "|" names = ('get_affine', 'transform') consts = (None,) filename = 0x2922d64 "/usr/lib64/python2.7/site-packages/matplotlib/transforms.py" __PRETTY_FUNCTION__ = "PyEval_EvalFrameEx" #14 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x29267d0, globals={'BlendedAffine2D': , 'TransformedBbox': , 'offset_copy': , 'inv': , 'affine_transform': , 'MaskedArray': , 'BlendedGenericTransform': , 'TransformedPath': , 'BboxTransformToMaxOnly': , 'update_path_extents': , 'IdentityTransform': , 'BboxTransformTo': , 'interval_contains_open': , '__package__': 'matplotlib', 'Bbox': , 'np': , 'Path': , '__doc__': '\nmatplotlib includes a framework for arbitrary geometric\ntransformations that is used determine the final position of all\nelements drawn on the canv...(truncated), locals=0x0, args=0xc6717e8, argcount=2, kws=0xc6717f8, kwcount=0, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 f = Frame 0xd1b3320, for file /usr/lib64/python2.7/site-packages/matplotlib/transforms.py, line 2175, in transform_affine (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: ,...(truncated) retval = 0x0 fastlocals = 0xd1b34a8 freevars = 0xd1b34b8 tstate = 0xdbe0a0 x = u = {'_invalid': 0, '_minpos': , '_ignore': True, '_points': , '_points_orig': , '_shorthand_name': '', '_parents': , data={394591056: }) at remote 0x1782fee8>} __PRETTY_FUNCTION__ = "PyEval_EvalCodeEx" #15 0x00007fe8d303081a in fast_function (func=, pp_stack=0x7fff947ab1c0, n=2, na=2, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4117 co = 0x29267d0 globals = {'BlendedAffine2D': , 'TransformedBbox': , 'offset_copy': , 'inv': , 'affine_transform': , 'MaskedArray': , 'BlendedGenericTransform': , 'TransformedPath': , 'BboxTransformToMaxOnly': , 'update_path_extents': , 'IdentityTransform': , 'BboxTransformTo': , 'interval_contains_open': , '__package__': 'matplotlib', 'Bbox': , 'np': , 'Path': , '__doc__': '\nmatplotlib includes a framework for arbitrary geometric\ntransformations that is used determine the final position of all\nelements drawn on the canv...(truncated) argdefs = 0x0 d = 0x0 nd = 0 __PRETTY_FUNCTION__ = "fast_function" #16 0x00007fe8d30303d5 in call_function (pp_stack=0x7fff947ab1c0, oparg=1) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4042 na = 2 nk = 0 n = 2 pfunc = 0xc6717e8 func = x = w = , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , 922450208: , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200...(truncated), throwflag=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:2666 sp = 0xc6717f8 stack_pointer = 0xc6717f8 next_instr = 0x2907fd9 "S" opcode = 131 oparg = 1 why = WHY_NOT err = 0 x = v = w = 'transform_non_affine' u = 0 t = stream = 0x0 fastlocals = 0xc6717d8 freevars = 0xc6717e8 retval = 0x0 tstate = 0xdbe0a0 co = 0x290de00 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x2907fc4 "|" names = ('transform_affine', 'transform_non_affine') consts = ('\n Performs the transformation on the given array of values.\n\n Accepts a numpy array of shape (N x :attr:`input_dims`) and\n returns a numpy array of shape (N x :attr:`output_dims`).\n ',) filename = 0x290ccd4 "/usr/lib64/python2.7/site-packages/matplotlib/transforms.py" __PRETTY_FUNCTION__ = "PyEval_EvalFrameEx" #18 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x290de00, globals={'BlendedAffine2D': , 'TransformedBbox': , 'offset_copy': , 'inv': , 'affine_transform': , 'MaskedArray': , 'BlendedGenericTransform': , 'TransformedPath': , 'BboxTransformToMaxOnly': , 'update_path_extents': , 'IdentityTransform': , 'BboxTransformTo': , 'interval_contains_open': , '__package__': 'matplotlib', 'Bbox': , 'np': , 'Path': , '__doc__': '\nmatplotlib includes a framework for arbitrary geometric\ntransformations that is used determine the final position of all\nelements drawn on the canv...(truncated), locals=0x0, args=0x2f2121c8, argcount=2, kws=0x2f2121d8, kwcount=0, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 f = Frame 0xc671650, for file /usr/lib64/python2.7/site-packages/matplotlib/transforms.py, line 1238, in transform (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200...(truncated) retval = 0x0 fastlocals = 0xc6717d8 freevars = 0xc6717e8 tstate = 0xdbe0a0 x = u = {'__module__': 'matplotlib.transforms', 'set': , 'minpos': , '_set_intervaly': , '_set_intervalx': , 'get_points': , 'bounds': , 'set_points': , '_set_y0': , '_set_y1': , 'intervalx': , 'y0': , '_set_x1': , 'unit': , 'x1': , 'intervaly': , 'mutated': , '_set_p1': , '_set_p0': , '__init__': , 'update_from_data_xy': , '__doc__': '\n A mutable bounding box.\n ', 'mutatedx': , '_get_mi...(truncated) __PRETTY_FUNCTION__ = "PyEval_EvalCodeEx" #19 0x00007fe8d303081a in fast_function (func=, pp_stack=0x7fff947ab6b0, n=2, na=2, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4117 co = 0x290de00 globals = {'BlendedAffine2D': , 'TransformedBbox': , 'offset_copy': , 'inv': , 'affine_transform': , 'MaskedArray': , 'BlendedGenericTransform': , 'TransformedPath': , 'BboxTransformToMaxOnly': , 'update_path_extents': , 'IdentityTransform': , 'BboxTransformTo': , 'interval_contains_open': , '__package__': 'matplotlib', 'Bbox': , 'np': , 'Path': , '__doc__': '\nmatplotlib includes a framework for arbitrary geometric\ntransformations that is used determine the final position of all\nelements drawn on the canv...(truncated) argdefs = 0x0 d = 0x0 nd = 0 __PRETTY_FUNCTION__ = "fast_function" #20 0x00007fe8d30303d5 in call_function (pp_stack=0x7fff947ab6b0, oparg=1) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4042 na = 2 nk = 0 n = 2 pfunc = 0x2f2121c8 func = x = w = , _ignore=True, _points=, _points_orig=, _shorthand_name='', _parents=, data={394591056: }) at remote 0x1782fee8>) at remote 0x1784f8b0> #21 0x00007fe8d302acd8 in PyEval_EvalFrameEx (f=Frame 0x2f212030, for file /usr/lib64/python2.7/site-packages/matplotlib/transforms.py, line 1030, in get_points (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 8111898...(truncated), throwflag=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:2666 sp = 0x2f2121d8 stack_pointer = 0x2f2121d8 next_instr = 0x290d405 "}\001" opcode = 131 oparg = 1 why = WHY_NOT err = 0 x = v = w = 'get_points' u = t = stream = 0x0 fastlocals = 0x2f2121b8 freevars = 0x2f2121c8 retval = 0x0 tstate = 0xdbe0a0 co = 0x290d510 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x290d3e4 "|" names = ('_invalid', '_transform', 'transform', '_bbox', 'get_points', 'np', 'ma', 'filled', '_points') consts = (None, , 0) filename = 0x290c3d4 "/usr/lib64/python2.7/site-packages/matplotlib/transforms.py" __PRETTY_FUNCTION__ = "PyEval_EvalFrameEx" #22 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x290d510, globals={'BlendedAffine2D': , 'TransformedBbox': , 'offset_copy': , 'inv': , 'affine_transform': , 'MaskedArray': , 'BlendedGenericTransform': , 'TransformedPath': , 'BboxTransformToMaxOnly': , 'update_path_extents': , 'IdentityTransform': , 'BboxTransformTo': , 'interval_contains_open': , '__package__': 'matplotlib', 'Bbox': , 'np': , 'Path': , '__doc__': '\nmatplotlib includes a framework for arbitrary geometric\ntransformations that is used determine the final position of all\nelements drawn on the canv...(truncated), locals=0x0, args=0xd1edbb0, argcount=1, kws=0xd1edbb8, kwcount=0, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 f = Frame 0x2f212030, for file /usr/lib64/python2.7/site-packages/matplotlib/transforms.py, line 1030, in get_points (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 8111898...(truncated) retval = 0x0 fastlocals = 0x2f2121b8 freevars = 0x2f2121c8 tstate = 0xdbe0a0 x = , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: __PRETTY_FUNCTION__ = "PyEval_EvalCodeEx" #23 0x00007fe8d303081a in fast_function (func=, pp_stack=0x7fff947abba0, n=1, na=1, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4117 co = 0x290d510 globals = {'BlendedAffine2D': , 'TransformedBbox': , 'offset_copy': , 'inv': , 'affine_transform': , 'MaskedArray': , 'BlendedGenericTransform': , 'TransformedPath': , 'BboxTransformToMaxOnly': , 'update_path_extents': , 'IdentityTransform': , 'BboxTransformTo': , 'interval_contains_open': , '__package__': 'matplotlib', 'Bbox': , 'np': , 'Path': , '__doc__': '\nmatplotlib includes a framework for arbitrary geometric\ntransformations that is used determine the final position of all\nelements drawn on the canv...(truncated) argdefs = 0x0 d = 0x0 nd = 0 __PRETTY_FUNCTION__ = "fast_function" #24 0x00007fe8d30303d5 in call_function (pp_stack=0x7fff947abba0, oparg=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4042 na = 1 nk = 0 n = 1 pfunc = 0xd1edbb0 func = x = , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: #25 0x00007fe8d302acd8 in PyEval_EvalFrameEx (f=Frame 0xd1eda10, for file /usr/lib64/python2.7/site-packages/matplotlib/transforms.py, line 277, in __array__ (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888:...(truncated), throwflag=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:2666 sp = 0xd1edbb8 stack_pointer = 0xd1edbb8 next_instr = 0x3da75bd "S" opcode = 131 oparg = 0 why = WHY_NOT err = 0 x = v = w = 'get_points' u = t = 0x0 stream = 0x0 fastlocals = 0xd1edb98 freevars = 0xd1edbb0 retval = 0x0 tstate = 0xdbe0a0 co = 0x3daab40 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x3da75b4 "|" names = ('get_points',) consts = (None,) filename = 0x3da9e84 "/usr/lib64/python2.7/site-packages/matplotlib/transforms.py" __PRETTY_FUNCTION__ = "PyEval_EvalFrameEx" #26 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x3daab40, globals={'BlendedAffine2D': , 'TransformedBbox': , 'offset_copy': , 'inv': , 'affine_transform': , 'MaskedArray': , 'BlendedGenericTransform': , 'TransformedPath': , 'BboxTransformToMaxOnly': , 'update_path_extents': , 'IdentityTransform': , 'BboxTransformTo': , 'interval_contains_open': , '__package__': 'matplotlib', 'Bbox': , 'np': , 'Path': , '__doc__': '\nmatplotlib includes a framework for arbitrary geometric\ntransformations that is used determine the final position of all\nelements drawn on the canv...(truncated), locals=0x0, args=0xef497e20, argcount=2, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 f = Frame 0xd1eda10, for file /usr/lib64/python2.7/site-packages/matplotlib/transforms.py, line 277, in __array__ (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888:...(truncated) retval = 0x0 fastlocals = 0xd1edb98 freevars = 0xd1edbb0 tstate = 0xdbe0a0 x = u = (,) __PRETTY_FUNCTION__ = "PyEval_EvalCodeEx" #27 0x00007fe8d2f65f2e in function_call (func=, arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: argdefs = 0x0 kwtuple = 0x0 d = 0x0 k = 0x0 nk = 0 nd = 0 #28 0x00007fe8d2f24840 in PyObject_Call (func=, arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: call = 0x7fe8d2f65cf8 #29 0x00007fe8d2f40a6f in instancemethod_call (func=, arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: result = #30 0x00007fe8d2f24840 in PyObject_Call (func=, arg=(,), kw=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/abstract.c:2529 result = call = 0x7fe8d2f407a9 #31 0x00007fe8d2f249a8 in call_function_tail (callable=, args=(,)) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/abstract.c:2561 retval = #32 0x00007fe8d2f24c2c in _PyObject_CallFunction_SizeT (callable=, format=0x7fe8ce92aace "O") at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/abstract.c:2605 va = {{gp_offset = 16, fp_offset = 48, overflow_arg_area = 0x7fff947ac310, reg_save_area = 0x7fff947ac250}} args = #33 0x00007fe8ce828625 in PyArray_FromArrayAttr (op=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , context=0x0) at numpy/core/src/multiarray/ctors.c:2226 new = array_meth = #34 0x00007fe8ce825aff in PyArray_GetArrayParamsFromObject (op=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , writeable=0 '\000', out_dtype=0x7fff947ac528, out_ndim=0x7fff947ac524, out_dims=0x7fff947ac420, out_arr=0x7fff947ac530, context=0x0) at numpy/core/src/multiarray/ctors.c:1418 tmp = #35 0x00007fe8ce8262e8 in PyArray_FromAny (op=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , min_depth=2, max_depth=2, flags=1344, context=0x0) at numpy/core/src/multiarray/ctors.c:1579 arr = 0x0 ret = 0xcccb0210d dtype = 0x0 ndim = 0 dims = {140735684461984, 8103999472, 140637952318848, 140735684461904, 140735684461664, 140637800368136, 140637952318848, 140735684461904, 140735684461728, 140637800375923, 140735684463536, 3809032184, 140735684463584, 140637952318848, 140735684461744, 140637800367536, 0, 0, 0, 96, 0, 210453397508, 472446402651, 532575944823, 0, 140637945656896, 140735684462096, 49, 3809032184, 4031615632, 0, 140637942367072} #36 0x00007fe8ca219197 in py_convert_bbox (bbox_obj=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: > > (this=0xedaf27f0, cliprect=..., rasterizer=...) at src/backend_agg.cpp:442 l = 1.9701753428334822e-314 b = 100 r = 6.9484305668278974e-310 t = 6.9532666836675346e-310 #38 0x00007fe8ca23d418 in RendererAgg::_draw_path_collection_generic (this=0xedaf27f0, gc=..., master_transform=..., cliprect=..., clippath=..., clippath_trans=..., path_generator=..., transforms_obj=..., offsets_obj=..., offset_trans=..., facecolors_obj=..., edgecolors_obj=..., linewidths=..., linestyles_obj=..., antialiaseds=..., data_offsets=false) at src/backend_agg.cpp:1494 facecolors = 0x178361c0 facecolors_arr_obj = {_vptr.Object = 0x7fe8ca4799f0 , p = } N = 1 Nlinestyles = 1 Noffsets = 1 Nfacecolors = 1 i = 1 has_clippath = false edgecolors = 0x17836240 edgecolors_arr_obj = {_vptr.Object = 0x7fe8ca4799f0 , p = } transforms = std::vector of length 1, capacity 1 = {{sx = 0.43920523057894156, shy = 0, shx = 0, sy = 0.43920523057894156, tx = 0, ty = 0}} Npaths = 1 Ntransforms = 1 Nedgecolors = 1 Nlinewidths = 1 dashes = std::vector of length 1, capacity 1 = {{first = 0, second = std::vector of length 0, capacity 0}} offsets = 0xf0499e40 offsets_arr_obj = {_vptr.Object = 0x7fe8ca4799f0 , p = } Naa = 1 face = {first = 128, second = {r = 1.7412646462235323e-315, g = 1.0574328027615368e-315, b = 1.0574321011883197e-315, a = 4.737909217226394e+226}} trans = {sx = 9.5914209757855536e-312, shy = 1.0574200064613095e-315, shx = 6.9532666836857163e-310, sy = 6.9484378946827299e-310, tx = 1.057432180238823e-315, ty = 6.9227617448136894e-310} #39 0x00007fe8ca22e048 in RendererAgg::draw_path_collection (this=0xedaf27f0, args=...) at src/backend_agg.cpp:1681 gc_obj = {_vptr.Object = 0x7fe8ca4799f0 , p = , _dashes=(None, None), _cliprect=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , p = , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , p = None}, clippath_trans = {sx = 1, shy = 0, shx = 0, sy = 1, tx = 0, ty = 0}, dashOffset = 0, dashes = std::vector of length 0, capacity 0, snap_mode = SNAP_AUTO, hatchpath = {_vptr.Object = 0x7fe8ca4799f0 , p = None}} offset_trans = {sx = 0.83002604166666671, shy = 0, shx = 0, sy = 0.25722592592592591, tx = -2400.984375, ty = 311.72592592592588} offset_position = "screen" path = { = {_vptr.Object = 0x7fe8ca479990 +16>, p = (, simplify_threshold=, should_simplify=False, has_nonfinite=False, vertices=, _interpolation_steps=1) at remote 0x1784f3e0>,)}, } path_generator = {m_paths = @0x7fff947ad050, m_npaths = 1} facecolors_obj = {_vptr.Object = 0x7fe8ca4799f0 , p = } edgecolors_obj = {_vptr.Object = 0x7fe8ca4799f0 , p = } linewidths = { = {_vptr.Object = 0x7fe8ca479f70 +16>, p = (,)}, } linestyles_obj = { = {_vptr.Object = 0x7fe8ca479990 +16>, p = [(None, None)]}, } antialiaseds = { = {_vptr.Object = 0x7fe8ca479f10 +16>, p = (True,)}, } master_transform = {sx = 1, shy = 0, shx = 0, sy = 1, tx = 0, ty = 0} transforms_obj = { = {_vptr.Object = 0x7fe8ca479990 +16>, p = [, _shorthand_name='', _parents=, data={}) at remote 0xf049bb28>) at remote 0xf049d5a0>]}, } offsets_obj = {_vptr.Object = 0x7fe8ca4799f0 , p = } data_offsets = false #40 0x00007fe8ca247dbe in Py::PythonExtension::method_varargs_call_handler (_self_and_name_tuple=(, ), _args=(, _dashes=(None, None), _cliprect=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: > = { = {_vptr.Object = 0x7fe8ca479830 , p = (, )}, }, } self_in_cobject = self = 0xedaf27f0 capsule = 0x28b1fe0 meth_def = 0x28b1fe0 args = {> = { = {_vptr.Object = 0x7fe8ca479830 , p = (, _dashes=(None, None), _cliprect=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: }, } result = {_vptr.Object = 0x7fe8ca4799f0 , p = None} #41 0x00007fe8d2f8a006 in PyCFunction_Call (func=, arg=(, _dashes=(None, None), _cliprect=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: ::method_varargs_call_handler(_object*, _object*)> self = (, ) size = 140735684465280 #42 0x00007fe8d3031755 in ext_do_call (func=, pp_stack=0x7fff947ad418, flags=3, na=0, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4331 tstate = 0xdbe0a0 nstar = 13 callargs = (, _dashes=(None, None), _cliprect=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , _dashes=(None, None), _cliprect=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , tex_font_map=None, _texmanager=None, mathtext_parser=, _output='path') at remote 0xeda84610>) at remote 0x10db7610>, copy_from_bbox=, draw_gouraud_triangles=, draw_image=, height=, width=, mathtext_parser=, _output='agg') at remote 0xeda84450>, _filter_renderers=[], draw_gouraud_triangle= na = 0 nk = 0 n = 2 pfunc = 0xbc51680 sp = 0xbc51688 stack_pointer = 0xbc51698 next_instr = 0x314335e "S" opcode = 142 oparg = 0 why = WHY_NOT err = 0 x = {} v = w = 'draw_path_collection' u = None t = 0x0 stream = 0x0 fastlocals = 0xbc51668 freevars = 0xbc51680 retval = 0x0 tstate = 0xdbe0a0 co = 0x313f510 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x314334c "|" names = ('_renderer', 'draw_path_collection') consts = (None,) filename = 0x3144114 "/usr/lib64/python2.7/site-packages/matplotlib/backends/backend_agg.py" __PRETTY_FUNCTION__ = "PyEval_EvalFrameEx" #44 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x313f510, globals={'verbose': , level='silent') at remote 0x3d8d768>, 'FigureCanvasAgg': , 'maxdict': , 'is_string_like': , 'LOAD_NO_HINTING': 2L, 'FigureCanvasBase': , 'FigureManagerBase': , 'MathTextParser': , '_RendererAgg': , '__package__': 'matplotlib.backends', 'RendererBase': , 'Bbox': , 'np': , 'Path': , '__doc__': '\nAn agg http://antigrain.com/ backend\n\nFeatures that are implemented\n\n * capstyles and join styles\n * dashes\n * linewidth\n * lines, rectangles, ellipses\n * clipping to a rectangle\n * output to RGBA and PNG\n * alpha blending\n * DPI scaling properly - everything scales properly (dashes, linewidths, etc)\n * draw polygon...(truncated), locals=0x0, args=0xbc50830, argcount=14, kws=0xbc508a0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 f = Frame 0xbc514e0, for file /usr/lib64/python2.7/site-packages/matplotlib/backends/backend_agg.py, line 110, in draw_path_collection (self=, tex_font_map=None, _texmanager=None, mathtext_parser=, _output='path') at remote 0xeda84610>) at remote 0x10db7610>, copy_from_bbox=, draw_gouraud_triangles=, draw_image=, height=, width=, mathtext_parser=, _output='agg') at remote 0xeda84450>, _filter_renderers=[], draw_gouraud_triangle=, _dashes=(None, None), _cliprect=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , pp_stack=0x7fff947ad910, n=14, na=14, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4117 co = 0x313f510 globals = {'verbose': , level='silent') at remote 0x3d8d768>, 'FigureCanvasAgg': , 'maxdict': , 'is_string_like': , 'LOAD_NO_HINTING': 2L, 'FigureCanvasBase': , 'FigureManagerBase': , 'MathTextParser': , '_RendererAgg': , '__package__': 'matplotlib.backends', 'RendererBase': , 'Bbox': , 'np': , 'Path': , '__doc__': '\nAn agg http://antigrain.com/ backend\n\nFeatures that are implemented\n\n * capstyles and join styles\n * dashes\n * linewidth\n * lines, rectangles, ellipses\n * clipping to a rectangle\n * output to RGBA and PNG\n * alpha blending\n * DPI scaling properly - everything scales properly (dashes, linewidths, etc)\n * draw polygon...(truncated) argdefs = 0x0 d = 0x0 nd = 0 __PRETTY_FUNCTION__ = "fast_function" #46 0x00007fe8d30303d5 in call_function (pp_stack=0x7fff947ad910, oparg=13) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4042 na = 14 nk = 0 n = 14 pfunc = 0xbc50830 func = x = , , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={...(truncated) w = #47 0x00007fe8d302acd8 in PyEval_EvalFrameEx (f=Frame 0xbc50670, for file /usr/lib64/python2.7/site-packages/matplotlib/collections.py, line 259, in draw (self=, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout= w = '_offset_position' u = t = stream = 0x0 fastlocals = 0xbc507f8 freevars = 0xbc50830 retval = 0x0 tstate = 0xdbe0a0 co = 0x3cda460 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x39b76b4 "|" names = ('get_visible', 'open_group', '__class__', '__name__', 'get_gid', 'update_scalarmappable', '_prepare_points', 'new_gc', '_set_gc_clip', 'set_snap', 'get_snap', '_hatch', 'set_hatch', 'draw_path_collection', 'frozen', 'get_transforms', 'get_facecolor', 'get_edgecolor', '_linewidths', '_linestyles', '_antialiaseds', '_urls', '_offset_position', 'restore', 'close_group') consts = (None,) filename = 0x3cdc23c "/usr/lib64/python2.7/site-packages/matplotlib/collections.py" __PRETTY_FUNCTION__ = "PyEval_EvalFrameEx" #48 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x3cda460, globals={'cm': , 'PolyCollection': , 'transforms': , 'QuadMesh': , 'StarPolygonCollection': , 'mcolors': , 'PathCollection': , 'backend_bases': , 'PatchCollection': , 'Collection': , '__package__': 'matplotlib', 'allow_rasterization': , 'BrokenBarHCollection': , 'TriMesh': , 'np': , 'mpl': , 'patchstr': " agg_filter: unknown\n alpha: float or None \n animated: [True | False] \n antialiased or antialiaseds: Boolean or sequence of booleans \n array: unknown\n axes: an :class:`~matplotlib.axes.Axes` instance \n clim: a length 2 sequence of floats \n clip_box: a :class:`matpl...(truncated), locals=0x0, args=0xef497c40, argcount=2, kws=0x7fe8d34e6088, kwcount=0, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 f = Frame 0xbc50670, for file /usr/lib64/python2.7/site-packages/matplotlib/collections.py, line 259, in draw (self=, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, tex_font_map=None, _texmanager=None, mathtext_parser=, _output='path') at remote 0xeda84610>) at remote 0x10db7610>, copy_from_bbox=, draw_gouraud_triangles=, draw_image=, height=, width=, mathtext_parser=, _output='agg') at remote 0xeda84450>, _filter_renderers=[], draw_gouraud_triangle=, bbox=, _ignore=True, ...(truncated) u = 0x0 __PRETTY_FUNCTION__ = "PyEval_EvalCodeEx" #49 0x00007fe8d2f65f2e in function_call (func=, arg=(, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data=...(truncated), kw={}) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/funcobject.c:526 result = argdefs = 0x0 kwtuple = () d = 0x0 k = 0x7fe8d34e6088 nk = 0 nd = 0 #50 0x00007fe8d2f24840 in PyObject_Call (func=, arg=(, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data=...(truncated), kw={}) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/abstract.c:2529 result = (, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data=...(truncated) call = 0x7fe8d2f65cf8 #51 0x00007fe8d3031772 in ext_do_call (func=, pp_stack=0x7fff947ade18, flags=3, na=2, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4334 nstar = 0 callargs = (, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data=...(truncated) stararg = () kwdict = {} result = 0x0 #52 0x00007fe8d302af6e in PyEval_EvalFrameEx (f=Frame 0x23a8e040, for file /usr/lib64/python2.7/site-packages/matplotlib/artist.py, line 54, in draw_wrapper (artist=, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout= na = 2 nk = 0 n = 4 pfunc = 0x23a8e200 sp = 0x23a8e208 stack_pointer = 0x23a8e228 next_instr = 0x3d73f73 "\001\210" opcode = 142 oparg = 2 why = WHY_NOT err = 0 x = {} v = w = u = t = stream = 0x0 fastlocals = 0x23a8e1c8 freevars = 0x23a8e1e8 retval = 0x0 tstate = 0xdbe0a0 co = 0x39edeb0 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x3d73f54 "\210\001" names = () consts = (None,) filename = 0x39f3074 "/usr/lib64/python2.7/site-packages/matplotlib/artist.py" __PRETTY_FUNCTION__ = "PyEval_EvalFrameEx" #53 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x39edeb0, globals={'TransformedBbox': , 'Transform': , 'TransformedPath': , 'IdentityTransform': , 'Artist': , '__package__': 'matplotlib', 're': , 'Bbox': , 'getp': , 'Path': , 'get': , 'ArtistInspector': , '__doc__': None, 'division': <_Feature(mandatory=(3, 0, 0, 'alpha', 0), optional=(2, 2, 0, 'alpha', 2), compiler_flag=8192) at remote 0x38c2588>, 'warnings': , '__builtins__': {'bytearray': , 'IndexError': , 'all': , 'help': <_Helper at remote 0xfc71b0>, 'vars': , 'SyntaxError': , 'unicode': , 'UnicodeDecodeError': , , )) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 f = Frame 0x23a8e040, for file /usr/lib64/python2.7/site-packages/matplotlib/artist.py, line 54, in draw_wrapper (artist=, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, tex_font_map=None, _texmanager=None, mathtext_parser=, _output='path') at remote 0xeda84610>) at remote 0x10db7610>, copy_from_bbox=, draw_gouraud_triangles=, draw_image=, height=, width=, mathtext_parser=, _output='agg') at remote 0xeda84450>, _filter_renderers=[], draw_gouraud_triangle=, bbox=, _ignore=True, ...(truncated) u = () __PRETTY_FUNCTION__ = "PyEval_EvalCodeEx" #54 0x00007fe8d2f65f2e in function_call (func=, arg=(, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data=...(truncated), kw=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/funcobject.c:526 result = argdefs = 0x0 kwtuple = 0x0 d = 0x0 k = 0x0 nk = 0 nd = 0 #55 0x00007fe8d2f24840 in PyObject_Call (func=, arg=(, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data=...(truncated), kw=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/abstract.c:2529 result = call = 0x7fe8d2f65cf8 #56 0x00007fe8d2f40a6f in instancemethod_call (func=, arg=(, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data=...(truncated), kw=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/classobject.c:2602 self = , , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={...(truncated) klass = result = #57 0x00007fe8d2f24840 in PyObject_Call (func=, arg=(, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data=...(truncated), kw=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/abstract.c:2529 result = , , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={...(truncated) call = 0x7fe8d2f407a9 #58 0x00007fe8d30310b9 in do_call (func=, pp_stack=0x7fff947ae660, na=2, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4239 callargs = (, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data=...(truncated) kwdict = 0x0 result = 0x0 #59 0x00007fe8d30303f1 in call_function (pp_stack=0x7fff947ae660, oparg=2) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4044 na = 2 nk = 0 n = 2 pfunc = 0xe2fcf50 func = x = w = #60 0x00007fe8d302acd8 in PyEval_EvalFrameEx (f=Frame 0xe2fcdb0, for file /usr/lib64/python2.7/site-packages/matplotlib/collections.py, line 695, in draw (self=, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, tex_font_map=None, _texmanager=None, mathtext_parser=, _output='path') at remote 0xeda84610>) at remote 0x10db7610>, copy_from_bbox=, draw_gouraud_triangles=, draw_image=, height=, width=, mathtext_parser=, _output='agg') at remote 0xeda84450>, _filter_renderers=[], draw_gouraud_triangle=, bbox=, _ignore=True, ...(truncated) v = w = 'draw' u = [, _shorthand_name='', _parents=, data={}) at remote 0xf049bb28>) at remote 0xf049d5a0>] t = stream = 0x0 fastlocals = 0xe2fcf38 freevars = 0xe2fcf50 retval = 0x0 tstate = 0xdbe0a0 co = 0x3cdee00 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x3ca6df4 "|" names = ('_sizes', 'None', 'transforms', 'Affine2D', 'scale', 'np', 'sqrt', 'figure', 'dpi', '_transforms', 'Collection', 'draw') consts = (None, ) filename = 0x3ce09f4 "/usr/lib64/python2.7/site-packages/matplotlib/collections.py" __PRETTY_FUNCTION__ = "PyEval_EvalFrameEx" #61 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x3cdee00, globals={'cm': , 'PolyCollection': , 'transforms': , 'QuadMesh': , 'StarPolygonCollection': , 'mcolors': , 'PathCollection': , 'backend_bases': , 'PatchCollection': , 'Collection': , '__package__': 'matplotlib', 'allow_rasterization': , 'BrokenBarHCollection': , 'TriMesh': , 'np': , 'mpl': , 'patchstr': " agg_filter: unknown\n alpha: float or None \n animated: [True | False] \n antialiased or antialiaseds: Boolean or sequence of booleans \n array: unknown\n axes: an :class:`~matplotlib.axes.Axes` instance \n clim: a length 2 sequence of floats \n clip_box: a :class:`matpl...(truncated), locals=0x0, args=0xef497ad8, argcount=2, kws=0x7fe8d34e6088, kwcount=0, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 f = Frame 0xe2fcdb0, for file /usr/lib64/python2.7/site-packages/matplotlib/collections.py, line 695, in draw (self=, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, tex_font_map=None, _texmanager=None, mathtext_parser=, _output='path') at remote 0xeda84610>) at remote 0x10db7610>, copy_from_bbox=, draw_gouraud_triangles=, draw_image=, height=, width=, mathtext_parser=, _output='agg') at remote 0xeda84450>, _filter_renderers=[], draw_gouraud_triangle=, bbox=, _ignore=True, ...(truncated) u = Python Exception 'ascii' codec can't decode byte 0xef in position 3: ordinal not in range(128): __PRETTY_FUNCTION__ = "PyEval_EvalCodeEx" #62 0x00007fe8d2f65f2e in function_call (func=, arg=(, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data=...(truncated), kw={}) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/funcobject.c:526 result = argdefs = 0x0 kwtuple = () d = 0x0 k = 0x7fe8d34e6088 nk = 0 nd = 0 #63 0x00007fe8d2f24840 in PyObject_Call (func=, arg=(, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data=...(truncated), kw={}) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/abstract.c:2529 result = (, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data=...(truncated) call = 0x7fe8d2f65cf8 #64 0x00007fe8d3031772 in ext_do_call (func=, pp_stack=0x7fff947aeb68, flags=3, na=2, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4334 nstar = 0 callargs = (, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data=...(truncated) stararg = () kwdict = {} result = 0x0 #65 0x00007fe8d302af6e in PyEval_EvalFrameEx (f=Frame 0x2c7214e0, for file /usr/lib64/python2.7/site-packages/matplotlib/artist.py, line 54, in draw_wrapper (artist=, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout= na = 2 nk = 0 n = 4 pfunc = 0x2c7216a0 sp = 0x2c7216a8 stack_pointer = 0x2c7216c8 next_instr = 0x3d73f73 "\001\210" opcode = 142 oparg = 2 why = WHY_NOT err = 0 x = {} v = w = u = Python Exception 'ascii' codec can't decode byte 0xa0 in position 0: ordinal not in range(128): t = stream = 0x0 fastlocals = 0x2c721668 freevars = 0x2c721688 retval = 0x0 tstate = 0xdbe0a0 co = 0x39edeb0 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x3d73f54 "\210\001" names = () consts = (None,) filename = 0x39f3074 "/usr/lib64/python2.7/site-packages/matplotlib/artist.py" __PRETTY_FUNCTION__ = "PyEval_EvalFrameEx" #66 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x39edeb0, globals={'TransformedBbox': , 'Transform': , 'TransformedPath': , 'IdentityTransform': , 'Artist': , '__package__': 'matplotlib', 're': , 'Bbox': , 'getp': , 'Path': , 'get': , 'ArtistInspector': , '__doc__': None, 'division': <_Feature(mandatory=(3, 0, 0, 'alpha', 0), optional=(2, 2, 0, 'alpha', 2), compiler_flag=8192) at remote 0x38c2588>, 'warnings': , '__builtins__': {'bytearray': , 'IndexError': , 'all': , 'help': <_Helper at remote 0xfc71b0>, 'vars': , 'SyntaxError': , 'unicode': , 'UnicodeDecodeError': , , )) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 f = Frame 0x2c7214e0, for file /usr/lib64/python2.7/site-packages/matplotlib/artist.py, line 54, in draw_wrapper (artist=, , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, tex_font_map=None, _texmanager=None, mathtext_parser=, _output='path') at remote 0xeda84610>) at remote 0x10db7610>, copy_from_bbox=, draw_gouraud_triangles=, draw_image=, height=, width=, mathtext_parser=, _output='agg') at remote 0xeda84450>, _filter_renderers=[], draw_gouraud_triangle=, bbox=, _ignore=True, ...(truncated) u = () __PRETTY_FUNCTION__ = "PyEval_EvalCodeEx" #67 0x00007fe8d303081a in fast_function (func=, pp_stack=0x7fff947af060, n=2, na=2, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4117 co = 0x39edeb0 globals = {'TransformedBbox': , 'Transform': , 'TransformedPath': , 'IdentityTransform': , 'Artist': , '__package__': 'matplotlib', 're': , 'Bbox': , 'getp': , 'Path': , 'get': , 'ArtistInspector': , '__doc__': None, 'division': <_Feature(mandatory=(3, 0, 0, 'alpha', 0), optional=(2, 2, 0, 'alpha', 2), compiler_flag=8192) at remote 0x38c2588>, 'warnings': , '__builtins__': {'bytearray': , 'IndexError': , 'all': , 'help': <_Helper at remote 0xfc71b0>, 'vars': , 'SyntaxError': , 'unicode': , 'UnicodeDecodeError': x = , , ), _transform=, data={}) at remote 0x1782fd80>) at remote 0x1784f680>, figure=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={...(truncated) w = #69 0x00007fe8d302acd8 in PyEval_EvalFrameEx (f=Frame 0xd2389c0, for file /usr/lib64/python2.7/site-packages/matplotlib/axes.py, line 2086, in draw (self=, input_dims=2, transform_path=, transform=, transform_affine=, inverted=, _child=, data={811275232: }) at remote 0xcbbb3a8>) at remote 0x305b17d0>, _x=, data={811275232: }) at remote 0xcbbb498>) at remote 0x30cfabc0>...(truncated), throwflag=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:2666 sp = 0xd238c30 stack_pointer = 0xd238c30 next_instr = 0x39850dd "\001q\001\005W|\001" opcode = 131 oparg = 1 why = WHY_NOT err = 0 x = , tex_font_map=None, _texmanager=None, mathtext_parser=, _output='path') at remote 0xeda84610>) at remote 0x10db7610>, copy_from_bbox=, draw_gouraud_triangles=, draw_image=, height=, width=, mathtext_parser=, _output='agg') at remote 0xeda84450>, _filter_renderers=[], draw_gouraud_triangle=, bbox=, _ignore=True, ...(truncated) v = w = 'draw' u = t = stream = 0x0 fastlocals = 0xd238b48 freevars = 0xd238c18 retval = 0x0 tstate = 0xdbe0a0 co = 0x3965bf0 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x3984bc4 "|\001" names = ('None', '_cachedRenderer', 'RuntimeError', 'get_visible', 'open_group', 'get_axes_locator', 'apply_aspect', 'extend', 'collections', 'patches', 'lines', 'texts', 'artists', 'axison', '_axisbelow', 'xaxis', 'set_zorder', 'yaxis', 'append', 'title', 'tables', 'legend_', '_frameon', 'spines', 'itervalues', 'get_animated', 'zorder', 'len', 'images', 'option_image_nocomposite', 'False', 'True', 'sort', 'itemgetter', '_rasterization_zorder', 'start_rasterizing', 'patch', 'draw', 'get_image_magnification', 'make_image', 'bbox', 'extents', 'round', 'mimage', 'from_images', 'is_grayscale', 'bounds', 'new_gc', 'set_clip_rectangle', 'set_clip_path', 'mtransforms', 'TransformedPath', 'get_path', 'get_transform', 'draw_image', 'restore', 'stop_rasterizing', 'close_group') consts = ('Draw everything (plot lines, axes, labels)', 'No renderer defined', None, 'axes', , , 1, 'key', 0, ) filename = 0x39678e4 "/usr/lib64/python2.7/site-packages/matplotlib/axes.py" __PRETTY_FUNCTION__ = "PyEval_EvalFrameEx" #70 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x3965bf0, globals={'mlines': , 'mpatches': , 'BarContainer': , 'mlegend': , 'mcoll': , 'GridSpec': , 'mticker': , 'Axes': , 'datetime': , 'subplot_class_factory': , 'maxis': , 'mstream': , 'font_manager': , 'is_string_like': , 'iterable': , '_subplot_classes': {: }, 'Subplot': , 'mtransforms': , 'mcolors': , 'StemContainer': , 'SubplotSpec': , 'mimage': , 'mspines': , '__packag...(truncated), locals=0x0, args=0xeda851f0, argcount=2, kws=0x7fe8d34e6088, kwcount=0, defs=0x28581f0, defcount=2, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 f = Frame 0xd2389c0, for file /usr/lib64/python2.7/site-packages/matplotlib/axes.py, line 2086, in draw (self=, input_dims=2, transform_path=, transform=, transform_affine=, inverted=, _child=, data={811275232: }) at remote 0xcbbb3a8>) at remote 0x305b17d0>, _x=, data={811275232: }) at remote 0xcbbb498>) at remote 0x30cfabc0>...(truncated) retval = 0x0 fastlocals = 0xd238b48 freevars = 0xd238c18 tstate = 0xdbe0a0 x = , tex_font_map=None, _texmanager=None, mathtext_parser=, _output='path') at remote 0xeda84610>) at remote 0x10db7610>, copy_from_bbox=, draw_gouraud_triangles=, draw_image=, height=, width=, mathtext_parser=, _output='agg') at remote 0xeda84450>, _filter_renderers=[], draw_gouraud_triangle=, bbox=, _ignore=True, ...(truncated) u = __PRETTY_FUNCTION__ = "PyEval_EvalCodeEx" #71 0x00007fe8d2f65f2e in function_call (func=, arg=(, input_dims=2, transform_path=, transform=, transform_affine=, inverted=, _child=, data={811275232: }) at remote 0xcbbb3a8>) at remote 0x305b17d0>, _x=, data={811275232: }) at remote 0xcbbb498>) at remote 0x30cfabc0>, _inverted=, _shorthand_n...(truncated), kw={}) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/funcobject.c:526 result = argdefs = (None, False) kwtuple = () d = 0x28581f0 k = 0x7fe8d34e6088 nk = 0 nd = 2 #72 0x00007fe8d2f24840 in PyObject_Call (func=, arg=(, input_dims=2, transform_path=, transform=, transform_affine=, inverted=, _child=, data={811275232: }) at remote 0xcbbb3a8>) at remote 0x305b17d0>, _x=, data={811275232: }) at remote 0xcbbb498>) at remote 0x30cfabc0>, _inverted=, _shorthand_n...(truncated), kw={}) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/abstract.c:2529 result = (, input_dims=2, transform_path=, transform=, transform_affine=, inverted=, _child=, data={811275232: }) at remote 0xcbbb3a8>) at remote 0x305b17d0>, _x=, data={811275232: }) at remote 0xcbbb498>) at remote 0x30cfabc0>, _inverted=, _shorthand_n...(truncated) call = 0x7fe8d2f65cf8 #73 0x00007fe8d3031772 in ext_do_call (func=, pp_stack=0x7fff947af568, flags=3, na=2, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4334 nstar = 0 callargs = (, input_dims=2, transform_path=, transform=, transform_affine=, inverted=, _child=, data={811275232: }) at remote 0xcbbb3a8>) at remote 0x305b17d0>, _x=, data={811275232: }) at remote 0xcbbb498>) at remote 0x30cfabc0>, _inverted=, _shorthand_n...(truncated) stararg = () kwdict = {} result = 0x0 #74 0x00007fe8d302af6e in PyEval_EvalFrameEx (f=Frame 0x15f62050, for file /usr/lib64/python2.7/site-packages/matplotlib/artist.py, line 54, in draw_wrapper (artist=, input_dims=2, transform_path=, transform=, transform_affine=, inverted=, _child=, data={811275232: }) at remote 0xcbbb3a8>) at remote 0x305b17d0>, _x=, data={811275232: }) at remote 0xcbbb498>) at remote ...(truncated), throwflag=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:2705 flags = 3 func = na = 2 nk = 0 n = 4 pfunc = 0x15f62210 sp = 0x15f62218 stack_pointer = 0x15f62238 next_instr = 0x3d73f73 "\001\210" opcode = 142 oparg = 2 why = WHY_NOT err = 0 x = {} v = w = u = t = stream = 0x0 fastlocals = 0x15f621d8 freevars = 0x15f621f8 retval = 0x0 tstate = 0xdbe0a0 co = 0x39edeb0 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x3d73f54 "\210\001" names = () consts = (None,) filename = 0x39f3074 "/usr/lib64/python2.7/site-packages/matplotlib/artist.py" __PRETTY_FUNCTION__ = "PyEval_EvalFrameEx" #75 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x39edeb0, globals={'TransformedBbox': , 'Transform': , 'TransformedPath': , 'IdentityTransform': , 'Artist': , '__package__': 'matplotlib', 're': , 'Bbox': , 'getp': , 'Path': , 'get': , 'ArtistInspector': , '__doc__': None, 'division': <_Feature(mandatory=(3, 0, 0, 'alpha', 0), optional=(2, 2, 0, 'alpha', 2), compiler_flag=8192) at remote 0x38c2588>, 'warnings': , '__builtins__': {'bytearray': , 'IndexError': , 'all': , 'help': <_Helper at remote 0xfc71b0>, 'vars': , 'SyntaxError': , 'unicode': , 'UnicodeDecodeError': , , )) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 f = Frame 0x15f62050, for file /usr/lib64/python2.7/site-packages/matplotlib/artist.py, line 54, in draw_wrapper (artist=, input_dims=2, transform_path=, transform=, transform_affine=, inverted=, _child=, data={811275232: }) at remote 0xcbbb3a8>) at remote 0x305b17d0>, _x=, data={811275232: }) at remote 0xcbbb498>) at remote ...(truncated) retval = 0x0 fastlocals = 0x15f621d8 freevars = 0x15f621f8 tstate = 0xdbe0a0 x = , tex_font_map=None, _texmanager=None, mathtext_parser=, _output='path') at remote 0xeda84610>) at remote 0x10db7610>, copy_from_bbox=, draw_gouraud_triangles=, draw_image=, height=, width=, mathtext_parser=, _output='agg') at remote 0xeda84450>, _filter_renderers=[], draw_gouraud_triangle=, bbox=, _ignore=True, ...(truncated) u = () __PRETTY_FUNCTION__ = "PyEval_EvalCodeEx" #76 0x00007fe8d2f65f2e in function_call (func=, arg=(, input_dims=2, transform_path=, transform=, transform_affine=, inverted=, _child=, data={811275232: }) at remote 0xcbbb3a8>) at remote 0x305b17d0>, _x=, data={811275232: }) at remote 0xcbbb498>) at remote 0x30cfabc0>, _inverted=, _shorthand_n...(truncated), kw=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/funcobject.c:526 result = Python Exception 'ascii' codec can't decode byte 0xd8 in position 0: ordinal not in range(128): argdefs = 0x0 kwtuple = 0x0 d = 0x0 k = 0x0 nk = 0 nd = 0 #77 0x00007fe8d2f24840 in PyObject_Call (func=, arg=(, input_dims=2, transform_path=, transform=, transform_affine=, inverted=, _child=, data={811275232: }) at remote 0xcbbb3a8>) at remote 0x305b17d0>, _x=, data={811275232: }) at remote 0xcbbb498>) at remote 0x30cfabc0>, _inverted=, _shorthand_n...(truncated), kw=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/abstract.c:2529 result = (, input_dims=2, transform_path=, transform=, transform_affine=, inverted=, _child=, data={811275232: }) at remote 0xcbbb3a8>) at remote 0x305b17d0>, _x=, data={811275232: }) at remote 0xcbbb498>) at remote 0x30cfabc0>, _inverted=, _shorthand_n...(truncated) call = 0x7fe8d2f65cf8 #78 0x00007fe8d3031772 in ext_do_call (func=, pp_stack=0x7fff947afa78, flags=1, na=1, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4334 nstar = 1 callargs = (, input_dims=2, transform_path=, transform=, transform_affine=, inverted=, _child=, data={811275232: }) at remote 0xcbbb3a8>) at remote 0x305b17d0>, _x=, data={811275232: }) at remote 0xcbbb498>) at remote 0x30cfabc0>, _inverted=, _shorthand_n...(truncated) stararg = (, tex_font_map=None, _texmanager=None, mathtext_parser=, _output='path') at remote 0xeda84610>) at remote 0x10db7610>, copy_from_bbox=, draw_gouraud_triangles=, draw_image=, height=, width=, mathtext_parser=, _output='agg') at remote 0xeda84450>, _filter_renderers=[], draw_gouraud_triangle=, bbox=, _ignore=True,...(truncated) kwdict = 0x0 result = 0x0 #79 0x00007fe8d302af6e in PyEval_EvalFrameEx (f=Frame 0xd19a6c0, for file /usr/lib64/python2.7/site-packages/matplotlib/figure.py, line 1006, in draw (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: na = 1 nk = 0 n = 1 pfunc = 0xd19a8e8 sp = 0xd19a8e8 stack_pointer = 0xd19a8f8 next_instr = 0x28d06a0 "\001q\221\003W\210\003" opcode = 140 oparg = 0 why = WHY_NOT err = 0 x = [, tex_font_map=None, _texmanager=None, mathtext_parser=, _output='path') at remote 0xeda84610>) at remote 0x10db7610>, copy_from_bbox=, draw_gouraud_triangles=, draw_image=, height=, width=, mathtext_parser=, _output='agg') at remote 0xeda84450>, _filter_renderers=[], draw_gouraud_triangle=, bbox=, _ignore=True,...(truncated) v = w = 0 u = t = 0x0 stream = 0x0 fastlocals = 0xd19a848 freevars = 0xd19a8b8 retval = 0x0 tstate = 0xdbe0a0 co = 0x322f7d0 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x28d02f4 "\210\004" names = ('get_visible', 'open_group', 'get_tight_layout', 'axes', 'tight_layout', 'ValueError', 'frameon', 'patch', 'draw', 'patches', 'append', 'get_zorder', 'lines', 'artists', 'option_image_nocomposite', 'suppressComposite', 'None', 'len', 'images', 'cbook', 'allequal', 'origin', 'get_image_magnification', 'make_image', 'ox', 'oy', '_image', 'from_images', 'bbox', 'height', 'width', 'False', 'is_grayscale', 'bounds', 'texts', 'legends', 'get_animated', 'sort', 'itemgetter', 'close_group', '_cachedRenderer', 'canvas', 'draw_event') consts = ('\n Render the figure using :class:`matplotlib.backend_bases.RendererBase`\n instance *renderer*.\n ', None, 'figure', 1, , 0, 'key') filename = 0x3231614 "/usr/lib64/python2.7/site-packages/matplotlib/figure.py" __PRETTY_FUNCTION__ = "PyEval_EvalFrameEx" #80 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x322f7d0, globals={'FigureImage': , 'Axes': , 'Legend': , 'SubplotBase': , 'iterable': , 'BboxTransformTo': , 'figaspect': , 'Artist': , '__package__': 'matplotlib', '_image': , 'allow_rasterization': , 'Rectangle': , 'martist': , 'np': , 'SubplotParams': , 'Stack': , 'Bbox': , 'subplot_class_factory': , 'TransformedBbox': , '__warningregistry__': {('This figure includes Axes that are not compatible with tight_layout, so its results might be incorrect.', , 1533): True}, 'warnings': , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , tex_font_map=None, _texmanager=None, mathtext_parser=, _output='path') at remote 0xeda84610>) at remote 0x10db7610>, copy_from_bbox=, draw_gouraud_triangles=, draw_image=, height=, width=, mathtext_parser=, _output='agg') at remote 0xeda84450>, _filter_renderers=[], draw_gouraud_triangle=, bbox=, _ignore=True, ...(truncated) u = __PRETTY_FUNCTION__ = "PyEval_EvalCodeEx" #81 0x00007fe8d2f65f2e in function_call (func=, arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , 922450208: argdefs = 0x0 kwtuple = () d = 0x0 k = 0x7fe8d34e6088 nk = 0 nd = 0 #82 0x00007fe8d2f24840 in PyObject_Call (func=, arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , 922450208: , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , 922450208: #83 0x00007fe8d3031772 in ext_do_call (func=, pp_stack=0x7fff947aff88, flags=3, na=2, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4334 nstar = 0 callargs = (, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , 922450208: , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: na = 2 nk = 0 n = 4 pfunc = 0x44928e70 sp = 0x44928e78 stack_pointer = 0x44928e98 next_instr = 0x3d73f73 "\001\210" opcode = 142 oparg = 2 why = WHY_NOT err = 0 x = {} v = w = u = 1 t = stream = 0x0 fastlocals = 0x44928e38 freevars = 0x44928e58 retval = 0x0 tstate = 0xdbe0a0 co = 0x39edeb0 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x3d73f54 "\210\001" names = () consts = (None,) filename = 0x39f3074 "/usr/lib64/python2.7/site-packages/matplotlib/artist.py" __PRETTY_FUNCTION__ = "PyEval_EvalFrameEx" #85 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x39edeb0, globals={'TransformedBbox': , 'Transform': , 'TransformedPath': , 'IdentityTransform': , 'Artist': , '__package__': 'matplotlib', 're': , 'Bbox': , 'getp': , 'Path': , 'get': , 'ArtistInspector': , '__doc__': None, 'division': <_Feature(mandatory=(3, 0, 0, 'alpha', 0), optional=(2, 2, 0, 'alpha', 2), compiler_flag=8192) at remote 0x38c2588>, 'warnings': , '__builtins__': {'bytearray': , 'IndexError': , 'all': , 'help': <_Helper at remote 0xfc71b0>, 'vars': , 'SyntaxError': , 'unicode': , 'UnicodeDecodeError': , , )) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 f = Frame 0x44928cb0, for file /usr/lib64/python2.7/site-packages/matplotlib/artist.py, line 54, in draw_wrapper (artist=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , tex_font_map=None, _texmanager=None, mathtext_parser=, _output='path') at remote 0xeda84610>) at remote 0x10db7610>, copy_from_bbox=, draw_gouraud_triangles=, draw_image=, height=, width=, mathtext_parser=, _output='agg') at remote 0xeda84450>, _filter_renderers=[], draw_gouraud_triangle=, bbox=, _ignore=True, ...(truncated) u = () __PRETTY_FUNCTION__ = "PyEval_EvalCodeEx" #86 0x00007fe8d303081a in fast_function (func=, pp_stack=0x7fff947b0480, n=2, na=2, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4117 co = 0x39edeb0 globals = {'TransformedBbox': , 'Transform': , 'TransformedPath': , 'IdentityTransform': , 'Artist': , '__package__': 'matplotlib', 're': , 'Bbox': , 'getp': , 'Path': , 'get': , 'ArtistInspector': , '__doc__': None, 'division': <_Feature(mandatory=(3, 0, 0, 'alpha', 0), optional=(2, 2, 0, 'alpha', 2), compiler_flag=8192) at remote 0x38c2588>, 'warnings': , '__builtins__': {'bytearray': , 'IndexError': , 'all': , 'help': <_Helper at remote 0xfc71b0>, 'vars': , 'SyntaxError': , 'unicode': , 'UnicodeDecodeError': x = , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: #88 0x00007fe8d302acd8 in PyEval_EvalFrameEx (f=Frame 0xd191f40, for file /usr/lib64/python2.7/site-packages/matplotlib/backends/backend_agg.py, line 440, in draw (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , tex_font_map=None, _texmanager=None, mathtext_parser=, _output='path') at remote 0xeda84610>) at remote 0x10db7610>, copy_from_bbox=, draw_gouraud_triangles=, draw_image=, height=, width=, mathtext_parser=, _output='agg') at remote 0xeda84450>, _filter_renderers=[], draw_gouraud_triangle=, bbox=, _ignore=True, ...(truncated) v = w = 'renderer' u = , tex_font_map=None, _texmanager=None, mathtext_parser=, _output='path') at remote 0xeda84610>) at remote 0x10db7610>, copy_from_bbox=, draw_gouraud_triangles=, draw_image=, height=, width=, mathtext_parser=, _output='agg') at remote 0xeda84450>, _filter_renderers=[], draw_gouraud_triangle=, bbox=, _ignore=True, ...(truncated) t = stream = 0x0 fastlocals = 0xd1920c8 freevars = 0xd1920d0 retval = 0x0 tstate = 0xdbe0a0 co = 0x3148880 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x3148804 "t" names = ('verbose', 'report', 'get_renderer', 'renderer', 'RendererAgg', 'lock', 'acquire', 'figure', 'draw', 'release') consts = ('\n Draw the figure using the renderer\n ', 'FigureCanvasAgg.draw', 'debug-annoying', None) filename = 0x314a394 "/usr/lib64/python2.7/site-packages/matplotlib/backends/backend_agg.py" __PRETTY_FUNCTION__ = "PyEval_EvalFrameEx" #89 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x3148880, globals={'verbose': , level='silent') at remote 0x3d8d768>, 'FigureCanvasAgg': , 'maxdict': , 'is_string_like': , 'LOAD_NO_HINTING': 2L, 'FigureCanvasBase': , 'FigureManagerBase': , 'MathTextParser': , '_RendererAgg': , '__package__': 'matplotlib.backends', 'RendererBase': , 'Bbox': , 'np': , 'Path': , '__doc__': '\nAn agg http://antigrain.com/ backend\n\nFeatures that are implemented\n\n * capstyles and join styles\n * dashes\n * linewidth\n * lines, rectangles, ellipses\n * clipping to a rectangle\n * output to RGBA and PNG\n * alpha blending\n * DPI scaling properly - everything scales properly (dashes, linewidths, etc)\n * draw polygon...(truncated), locals=0x0, args=0xeda84398, argcount=1, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 f = Frame 0xd191f40, for file /usr/lib64/python2.7/site-packages/matplotlib/backends/backend_agg.py, line 440, in draw (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , ) __PRETTY_FUNCTION__ = "PyEval_EvalCodeEx" #90 0x00007fe8d2f65f2e in function_call (func=, arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: argdefs = 0x0 kwtuple = 0x0 d = 0x0 k = 0x0 nk = 0 nd = 0 #91 0x00007fe8d2f24840 in PyObject_Call (func=, arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: call = 0x7fe8d2f65cf8 #92 0x00007fe8d2f40a6f in instancemethod_call (func=, arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: result = #93 0x00007fe8d2f24840 in PyObject_Call (func=, arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: #94 0x00007fe8d30310b9 in do_call (func=, pp_stack=0x7fff947b0cc0, na=1, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4239 callargs = (, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: x = w = #96 0x00007fe8d302acd8 in PyEval_EvalFrameEx (f=Frame 0xd191d00, for file /usr/lib64/python2.7/site-packages/matplotlib/backends/backend_agg.py, line 492, in print_png (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: w = 'draw' u = (, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: stream = 0x0 fastlocals = 0xd191e88 freevars = 0xd191ec0 retval = 0x0 tstate = 0xdbe0a0 co = 0x3148d50 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x332eac4 "t" names = ('FigureCanvasAgg', 'draw', 'get_renderer', 'dpi', 'figure', 'is_string_like', 'open', 'True', 'False', '_png', 'write_png', '_renderer', 'buffer_rgba', 'width', 'height', 'close') consts = (None, 'wb') filename = 0x314a934 "/usr/lib64/python2.7/site-packages/matplotlib/backends/backend_agg.py" __PRETTY_FUNCTION__ = "PyEval_EvalFrameEx" #97 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x3148d50, globals={'verbose': , level='silent') at remote 0x3d8d768>, 'FigureCanvasAgg': , 'maxdict': , 'is_string_like': , 'LOAD_NO_HINTING': 2L, 'FigureCanvasBase': , 'FigureManagerBase': , 'MathTextParser': , '_RendererAgg': , '__package__': 'matplotlib.backends', 'RendererBase': , 'Bbox': , 'np': , 'Path': , '__doc__': '\nAn agg http://antigrain.com/ backend\n\nFeatures that are implemented\n\n * capstyles and join styles\n * dashes\n * linewidth\n * lines, rectangles, ellipses\n * clipping to a rectangle\n * output to RGBA and PNG\n * alpha blending\n * DPI scaling properly - everything scales properly (dashes, linewidths, etc)\n * draw polygon...(truncated), locals=0x0, args=0x5320d970, argcount=2, kws=0xc6aa088, kwcount=5, defs=0x0, defcount=0, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 f = Frame 0xd191d00, for file /usr/lib64/python2.7/site-packages/matplotlib/backends/backend_agg.py, line 492, in print_png (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: #100 0x00007fe8d3031772 in ext_do_call (func=, pp_stack=0x7fff947b11c8, flags=2, na=2, nk=5) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4334 nstar = 0 callargs = (, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: na = 2 nk = 5 n = 12 pfunc = 0xccddc30 sp = 0xccddc30 stack_pointer = 0xccddc98 next_instr = 0x478c0b9 "}\r" opcode = 141 oparg = 1281 why = WHY_NOT err = 0 x = {} v = w = None u = 100 t = stream = 0x0 fastlocals = 0xccddb68 freevars = 0xccddc30 retval = 0x0 tstate = 0xdbe0a0 co = 0x3f41300 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x478bda4 "|\006" names = ('None', 'cbook', 'is_string_like', 'os', 'path', 'splitext', 'get_default_filetype', 'rstrip', 'lower', '_get_print_method', 'rcParams', 'figure', 'dpi', 'get_facecolor', 'get_edgecolor', 'set_facecolor', 'set_edgecolor', 'pop', 'io', 'BytesIO', 'True', '_cachedRenderer', 'get_tightbbox', 'get_default_bbox_extra_artists', 'get_window_extent', 'width', 'height', 'Bbox', 'union', 'TransformedBbox', 'Affine2D', 'scale', 'padded', 'tight_bbox', 'adjust_bbox', 'set_canvas') consts = ("\n Render the figure to hardcopy. Set the figure patch face and edge\n colors. This is useful because some of the GUIs have a gray figure\n face color background and you'll probably want to override this on\n hardcopy.\n\n Arguments are:\n\n *filename*\n can also be a file object on image backends\n\n *orientation*\n only currently applies to PostScript printing.\n\n *dpi*\n the dots per inch to save the figure in; if None, use savefig.dpi\n\n *facecolor*\n the facecolor of the figure\n\n *edgecolor*\n the edgecolor of the figure\n\n *orientation*\n landscape' | 'portrait' (not supported on all backends)\n\n *format*\n when set, forcibly set the file format to save to\n\n *bbox_inches*\n Bbox in inches. Only the given portion of the figure is\n saved. If 'tight', try to figure out the tight bbox of\n the figu...(truncated) filename = 0x3f3cd84 "/usr/lib64/python2.7/site-packages/matplotlib/backend_bases.py" __PRETTY_FUNCTION__ = "PyEval_EvalFrameEx" #102 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x3f41300, globals={'cStringIO': , 'cursors': , 'TransformedBbox': , 'colors': , 'mplDeprecation': , 'ShowBase': , 'transforms': , 'io': , 'IdleEvent': , 'FigureManagerBase': , 'GraphicsContextBase': , 'MouseEvent': , 'Gcf': , '__package__': 'matplotlib', 'RendererBase': , '_has_pil': True, 'Bbox': , 'widgets': , 'Path': , 'LocationEvent': , '__doc__': "\nAbstract base classes define the primitives that renderers and\ngraphics contexts must implement to serve as a matplotlib backend\n\n:class:`RendererBase`\n An abstract base c...(truncated), locals=0x0, args=0x8b7a3da8, argcount=2, kws=0xb6c8d00, kwcount=3, defs=0x392d118, defcount=5, closure=0x0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:3253 f = Frame 0xccdd9e0, for file /usr/lib64/python2.7/site-packages/matplotlib/backend_bases.py, line 2096, in print_figure (self=, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: argdefs = (None, 'w', 'w', 'portrait', None) kwtuple = ('edgecolor', 'w', 'facecolor', 'w', 'dpi', 100) d = 0x392d118 k = 0xb6c8d00 nk = 3 nd = 5 #104 0x00007fe8d2f24840 in PyObject_Call (func=, arg=(, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: #105 0x00007fe8d3031772 in ext_do_call (func=, pp_stack=0x7fff947b16d8, flags=3, na=1, nk=0) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4334 nstar = 1 callargs = (, _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: na = 1 nk = 0 n = 2 pfunc = 0xccdd968 sp = 0xccdd968 stack_pointer = 0xccdd980 next_instr = 0x28ceec9 "\001|\003" opcode = 142 oparg = 0 why = WHY_NOT err = 0 x = {'edgecolor': 'w', 'facecolor': 'w', 'dpi': 100} v = w = 'print_figure' u = 'center' t = 0x0 stream = 0x0 fastlocals = 0xccdd928 freevars = 0xccdd968 retval = 0x0 tstate = 0xdbe0a0 co = 0x32343b0 instr_ub = -1 instr_lb = 0 instr_prev = -1 first_instr = 0x28cede4 "|\002" names = ('setdefault', 'rcParams', 'pop', 'False', 'axes', 'patch', 'append', 'get_facecolor', 'get_edgecolor', 'set_facecolor', 'set_edgecolor', 'canvas', 'print_figure', 'zip') consts = ("\n Save the current figure.\n\n Call signature::\n\n savefig(fname, dpi=None, facecolor='w', edgecolor='w',\n orientation='portrait', papertype=None, format=None,\n transparent=False, bbox_inches=None, pad_inches=0.1)\n\n The output formats available depend on the backend being used.\n\n Arguments:\n\n *fname*:\n A string containing a path to a filename, or a Python\n file-like object, or possibly some backend-dependent object\n such as :class:`~matplotlib.backends.backend_pdf.PdfPages`.\n\n If *format* is *None* and *fname* is a string, the output\n format is deduced from the extension of the filename. If\n the filename has no extension, the value of the rc parameter\n ``savefig.format`` is used.\n\n If *fname* is not a string, remember to specify *format* to\n ensure that the correct backend is used.\n\n Keyword arguments:...(truncated) filename = 0x3231e84 "/usr/lib64/python2.7/site-packages/matplotlib/figure.py" __PRETTY_FUNCTION__ = "PyEval_EvalFrameEx" #107 0x00007fe8d302d70e in PyEval_EvalCodeEx (co=0x32343b0, globals={'FigureImage': , 'Axes': , 'Legend': , 'SubplotBase': , 'iterable': , 'BboxTransformTo': , 'figaspect': , 'Artist': , '__package__': 'matplotlib', '_image': , 'allow_rasterization': , 'Rectangle': , 'martist': , 'np': , 'SubplotParams': , 'Stack': , 'Bbox': , 'subplot_class_factory': , 'TransformedBbox': , '__warningregistry__': {('This figure includes Axes that are not compatible with tight_layout, so its results might be incorrect.', , 1533): True}, 'warnings': , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , pp_stack=0x7fff947b1bd0, n=4, na=2, nk=1) at /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Python/ceval.c:4117 co = 0x32343b0 globals = {'FigureImage': , 'Axes': , 'Legend': , 'SubplotBase': , 'iterable': , 'BboxTransformTo': , 'figaspect': , 'Artist': , '__package__': 'matplotlib', '_image': , 'allow_rasterization': , 'Rectangle': , 'martist': , 'np': , 'SubplotParams': , 'Stack': , 'Bbox': , 'subplot_class_factory': , 'TransformedBbox': , '__warningregistry__': {('This figure includes Axes that are not compatible with tight_layout, so its results might be incorrect.', , 1533): True}, 'warnings': x = , _shorthand_name='', _parents=, data={}) at remote 0x1439b6f0>) at remote 0xeda84840>, _boxout=, _shorthand_name='', _parents=, data={811105664: , 811191008: , 811200832: , 1112741168: , 818805584: , 811189888: , 811200720: , 811219680: , 922450208: [cut]