-
-
Couldn't load subscription status.
- Fork 684
Closed
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 this issue for more details.
Related tickets:
- Graphics Array needs suboptions to show #11160 - Graphics Arrays need suboptions somehow
- GraphicsArray() should be a Graphics() object, or have functionality to return one #10656 - Graphics Arrays should be able to become Graphics objects
CC: @kcrisman @paulmasson @fchapoton
Component: graphics
Keywords: GraphicsArray, matplotlib
Issue created by migration from https://trac.sagemath.org/ticket/10657