Hello,

I did

sage: p = plot(arccosh(x/cos(x)), (x,5,6), axes_labels=['x','y=arccosh(x/cos 
x)'])
sage: q = plot(arcsin(-y/sinh(y)) + 2*pi, (y, 2.5, 3.4), 
axes_labels=['y','x=arcsin(-y/sinh y)'],color='red')
sage: graphics_array([p, q]).show()

and expected to see my axes labels on both plots -- but I only get the
label on the *second* plot. If you switch p and q, you still get the
label on the second plot. If I do [p, q, p], I only get the label on the
final plot.

This seems like a bug. Is there a workaround? (I have a talk this
afternoon and I'd like it to work!)

Thanks,

Dan

--
---  Dan Drake
-----  http://math.pugetsound.edu/~ddrake
-------

Attachment: signature.asc
Description: Digital signature

Reply via email to