#2132: If plot.show() is called with a very large figsize, a segfault occurs.
(And
what are the units on figsize, anyway?)
----------------------+-----------------------------------------------------
Reporter: bober | Owner: was
Type: defect | Status: closed
Priority: minor | Milestone: sage-3.4.1
Component: graphics | Resolution: worksforme
Keywords: |
----------------------+-----------------------------------------------------
Changes (by boothby):
* status: new => closed
* resolution: => worksforme
Comment:
I get
{{{
/home/boothby/sage/local/lib/python2.5/site-
packages/matplotlib/backends/backend_agg.py in __init__(self, width,
height, dpi)
60 self.height = height
61 if __debug__: verbose.report('RendererAgg.__init__
width=%s, height=%s'%(width, height), 'debug-annoying')
---> 62 self._renderer = _RendererAgg(int(width), int(height),
dpi, debug=False)
63 if __debug__: verbose.report('RendererAgg.__init__
_RendererAgg done',
64 'debug-annoying')
ValueError: width and height must each be below 32768
sage:
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2132#comment:2>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---