#10657: options for items in a GraphicsArray() should be set independently
-----------------------------+----------------------------------------------
Reporter: niles | Owner: jason, was
Type: PLEASE CHANGE | Status: new
Priority: major | Milestone:
Component: graphics | Keywords: GraphicsArray, matplotlib
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
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.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10657>
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.