-
-
Notifications
You must be signed in to change notification settings - Fork 684
Closed
Description
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:
- GraphicsArray() should be a Graphics() object, or have functionality to return one #10656 - Graphics Arrays should be able to become Graphics objects
- options for items in a GraphicsArray() should be set independently #10657 - options should be passed to all graphics, and they should be set separately if desired
CC: @jasongrout @johanrosenkilde @sagetrac-jhonrubia6 @fchapoton
Component: graphics
Issue created by migration from https://trac.sagemath.org/ticket/11160