This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mmokrejs
Recipients mmokrejs
Date 2013-08-26.19:46:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377546426.38.0.266867499434.issue18845@psf.upfronthosting.co.za>
In-reply-to
Content
While running my app testsuite I have another one which crashed.

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.


Is this a matplotlib or a python error?
History
Date User Action Args
2013-08-26 19:47:07mmokrejssetrecipients: + mmokrejs
2013-08-26 19:47:06mmokrejssetmessageid: <1377546426.38.0.266867499434.issue18845@psf.upfronthosting.co.za>
2013-08-26 19:47:06mmokrejslinkissue18845 messages
2013-08-26 19:47:06mmokrejscreate