Skip to content

Graphics Array needs suboptions to show #11160

@kcrisman

Description

@kcrisman
p1=plot(x^2, (x, -pi, pi), color='blue',legend_label="f") 
G=graphics_array(((p1,p1),(p1,p1))) 
G.show(figsize=[8,8]) 
Traceback (click to the left of this block for traceback) 
... 
KeyError: 'pop(): dictionary is empty' 

This is reported at this sage-support thread.

I think the fix should be the same as at #10244, but for the GraphicsArray class.

Related tickets:

CC: @jasongrout @johanrosenkilde @sagetrac-jhonrubia6 @fchapoton

Component: graphics

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions