s=plot(sin(x), (0, 2*pi), title="Some funcion")
c=plot(cos(x), (0, 2*pi), title="Another funcion")
graphics_array([s, c])

This prints "Another funcion" but not "Some funcion". Is this a bug or a feature?

 * * *

How to print something like

   TRIG FUNCTIONS

[fig-1-here] [fig-2-here]
[fig-1-here] [fig-2-here]
[fig-1-here] [fig-2-here]

     sin          cos

?

--
Jori Mäntysalo

Reply via email to