[sage-devel] Re: sigsegv in show() command

2009-05-01 Thread mabshoff
On Apr 30, 10:19 pm, William Stein wst...@gmail.com wrote: On Thu, Apr 30, 2009 at 10:15 PM, mabshoff mabsh...@googlemail.com wrote: SNIP I think figsize is meant as a scaling factor since otherwise there is no way you can exceed 2^15 as a limit of the png size :) I think figsize is

[sage-devel] Re: sigsegv in show() command

2009-05-01 Thread Minh Nguyen
On Fri, May 1, 2009 at 6:53 AM, mabshoff mabsh...@googlemail.com wrote: On Apr 30, 10:19 pm, William Stein wst...@gmail.com wrote: On Thu, Apr 30, 2009 at 10:15 PM, mabshoff mabsh...@googlemail.com wrote: SNIP I think figsize is meant as a scaling factor since otherwise there is no

[sage-devel] Re: sigsegv in show() command

2009-04-30 Thread mabshoff
On Apr 30, 9:28 pm, Minh Nguyen nguyenmi...@gmail.com wrote: Hi folks, Hi, I received the following segmentation fault when trying to use the show command with complex_plot(): [mv...@sage ~]$ sage -- | Sage Version

[sage-devel] Re: sigsegv in show() command

2009-04-30 Thread Robert Bradshaw
On Apr 30, 2009, at 9:41 PM, mabshoff wrote: On Apr 30, 9:28 pm, Minh Nguyen nguyenmi...@gmail.com wrote: Hi folks, Hi, I received the following segmentation fault when trying to use the show command with complex_plot(): [mv...@sage ~]$ sage

[sage-devel] Re: sigsegv in show() command

2009-04-30 Thread mabshoff
On Apr 30, 9:47 pm, Robert Bradshaw rober...@math.washington.edu wrote: On Apr 30, 2009, at 9:41 PM, mabshoff wrote: SNIP please open a ticket. I think you might be using figsize wrong, i.e. it isn't supposed to be a list or at least it isn't in MPL. If I pass figsize=2 in for example

[sage-devel] Re: sigsegv in show() command

2009-04-30 Thread Minh Nguyen
Hi Michael, On Fri, May 1, 2009 at 4:41 AM, mabshoff mabsh...@googlemail.com wrote: On Apr 30, 9:28 pm, Minh Nguyen nguyenmi...@gmail.com wrote: Hi folks, Hi, I received the following segmentation fault when trying to use the show command with complex_plot(): [mv...@sage ~]$ sage

[sage-devel] Re: sigsegv in show() command

2009-04-30 Thread mabshoff
On Apr 30, 9:55 pm, Minh Nguyen nguyenmi...@gmail.com wrote: Hi Michael, Hi Minh, SNIP please open a ticket. I think you might be using figsize wrong, i.e. it isn't supposed to be a list or at least it isn't in MPL. If I do p.show(figsize=[500,500]) then *boom* and I know I'm doing

[sage-devel] Re: sigsegv in show() command

2009-04-30 Thread William Stein
On Thu, Apr 30, 2009 at 10:15 PM, mabshoff mabsh...@googlemail.com wrote: On Apr 30, 9:55 pm, Minh Nguyen nguyenmi...@gmail.com wrote: Hi Michael, Hi Minh, SNIP please open a ticket. I think you might be using figsize wrong, i.e. it isn't supposed to be a list or at least it isn't