Actually, to correct myself, it appears that the problem is not latex
in the legend label, but the mere presence of a legend label at all.
The following still produces an "pop" error
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'
On Apr 8, 5:54 pm, ObsessiveMathsFreak <
obsessivemathsfr...@gmail.com>
wrote: