plot2 new line



On Mon, 2010-07-19 at 14:20 +0100, Jaime Villate wrote:
> Try:
> title_string :concat(" \"Apollonian Gasket /n defined by curvatures 
> (",string(r0*k0),", ",string(nk1),", ",string(nk1),", ",string
> (nk1)," )\" " );  /* this should work */

Sorry, I did not notice that you were using /n instead o \n for the new
line character. The correct syntax is:

 title_string :concat(" \"Apollonian Gasket \n defined by curvatures 
 (",string(r0*k0),", ",string(nk1),", ",string(nk1),", ",string
 (nk1)," )\" " );  /* this should work */

Regards,
Jaime