Skip to content

options for items in a GraphicsArray() should be set independently #10657

@nilesjohnson

Description

@nilesjohnson

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:

CC: @kcrisman @paulmasson @fchapoton

Component: graphics

Keywords: GraphicsArray, matplotlib

Issue created by migration from https://trac.sagemath.org/ticket/10657

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions