#10657: options for items in a GraphicsArray() should be set independently
------------------------+---------------------------------------------------
Reporter: niles | Owner: jason, was
Type: defect | Status: new
Priority: major | Milestone:
Component: graphics | Keywords: GraphicsArray, matplotlib
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
------------------------+---------------------------------------------------
Description changed by kcrisman:
Old description:
> In particular, one ought to be able to specify `axes=True/False` on a
> per-graphic basis, if desired.
>
> Currently, the following results in 8 plots with axes, and a text frame
> which also has axes, even though `axes=False` is explicitly given.
>
> {{{
> A = [plot(sin(t+k*pi/4),(-pi,pi)) for k in range(8)] + [text('hello
> world',(0,0), axes=False)]
> graphics_array(A,3,3)
> }}}
>
> See the post at asksage about
> [http://ask.sagemath.org/question/308/can-i-convert-a-graphicsarray-
> object-to-a-graphics this issue] for more details.
New description:
In particular, one ought to be able to specify `axes=True/False` on a per-
graphic basis, if desired.
Currently, the following results in 8 plots with axes, and a text frame
which also has axes, even though `axes=False` is explicitly given.
{{{
A = [plot(sin(t+k*pi/4),(-pi,pi)) for k in range(8)] + [text('hello
world',(0,0), axes=False)]
graphics_array(A,3,3)
}}}
See the post at asksage about
[http://ask.sagemath.org/question/308/can-i-convert-a-graphicsarray-
object-to-a-graphics this issue] for more details.
Related tickets:
* #11160 - Graphics Arrays need suboptions somehow
* #10656 - Graphics Arrays should be able to become Graphics objects
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10657#comment:4>
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.