#12592: plot error for message for too large figsize
------------------------+---------------------------------------------------
Reporter: dkrenn | Owner: jason, was
Type: defect | Status: new
Priority: minor | Milestone: sage-5.0
Component: graphics | Keywords: plot, error, figsize
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
------------------------+---------------------------------------------------
Description changed by dkrenn:
Old description:
> {{{
> sage: show(stats.IntList((1,2,3,4)).plot(figsize=(1,328)))
> Traceback (most recent call last):
> ...
> ValueError: width and height must each be below 32768
> }}}
> It seems that there is a scaling of the size by a factor 100. At least
> the error message should be altered to give the correct value.
>
> This was originally reported by Lukas Prokop on
> [https://spreadsheets.google.com/pub?key=pCwvGVwSMxTzT6E2xNdo5fA the
> public bug reports from the notebook interface]
New description:
{{{
sage: show(stats.IntList((1,2,3,4)).plot(figsize=(1,328)))
Traceback (most recent call last):
...
ValueError: width and height must each be below 32768
}}}
It seems that there is a scaling of the size by a factor 100. At least the
error message should be altered to give the correct value.
This was originally reported on
[https://spreadsheets.google.com/pub?key=pCwvGVwSMxTzT6E2xNdo5fA the
public bug reports from the notebook interface] by Lukas Prokop on
12/13/2010
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12592#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
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.