--- El vie 2-ene-09, Chris Burke <[email protected]> escribió:
De:: Chris Burke <[email protected]> Asunto: Re: More than une figure in one plot A: [email protected] Fecha: viernes, 2 enero, 2009, 9:07 pm Hi Alfonso Please post questions of this type on the programming forum, thanks. Regards Chris Alfonso Salazar wrote: > > Ask for forgiveness by not being clear in my question. Now I will > try to be. > Example > I want to draw two or more figures in one plot > Below the example is explained. > > I am using the J504b. > But I could not make it in J602a. Why? > > > > NB. MORE THAN ONE FIGURE IN ONE PLOT > > 0 : 0 > > p1 is a table with coordenadas of vertices > > of a irregular poligon. > > p1 > > 11 13..5 > > 13.5 16.5 > > 15 17 > > 17 15 > > 18 16 > > 19 12 > > 18 11..5 > > 14.25 12.75 > > 12.8 10.5 > > > > p2 is a table with coordenadas of vertices > > of another irregular poligon. > > p2 > > 12 12..5 > > 14.5 17.5 > > 14 18 > > 18 14 > > 19 17 > > 18 13 > > 19 10..5 > > 15.25 13.75 > > 11.8 11.5 > > ) > > > > x1=: 11 13.5 15 17 18 19 18 14.25 12.8 11 > > NB.x1 are absisas of vertices of p1 > > > > y1=:13.5 16.5 17 15 16 12 11.5 12.75 10.5 13.5 > > NB.y1 are ordenadas of vertices of poligon p1 > > > > x2=:12 14 14 18 19 18 19 15.25 11.8 12 > > NB.x2 are absisas of vertices of poligon p2 > > > > y2=:12.5 17 18 14 17 13 10.5 13.75 11.5 12.5 > > NB. y2 are ordenadas of vertices of poligon p2 > > > > load 'plot' > > plot/(x1;y1),:x2;y2 > > > NB. Plese see the attach... In that forma I want the plot. > > Thanks in advance for your atenttions > Alfonso > > > > ------------------------------------------------------------------------ > > ¡Todo sobre Amor y Sexo! > La guía completa para tu vida en Mujer de Hoy: > http://mx.mujer.yahoo.com/ > > > ------------------------------------------------------------------------ > > ¡Todo sobre Amor y Sexo! > La guía completa para tu vida en Mujer de Hoy: > http://mx.mujer..yahoo.com/ ¡Todo sobre Amor y Sexo! La guía completa para tu vida en Mujer de Hoy. http://mx.mujer.yahoo.com/ ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
