close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 14 years ago

Last modified 14 years ago

#1108 new defect

No se pueden graficar matrices con omitidos

Reported by: imendez Owned by: Jorge
Priority: normal Milestone:
Component: Interface Version: 2.0.1
Severity: normal Keywords:
Cc:

Description

Hola, si intento graficar la siguiente matriz me dice "conjunto no graficable":

Matrix MatEx = Log(Round(Rand(100, 1, 0, 1)|Rand(100, 1, 0, 1)));

Un saludo

Change History (1)

comment:1 Changed 14 years ago by imendez

En realidad, lo que no permite es graficar una matriz o un conjunto que tenga omitidos en el eje de abscisas.
En el siguiente ejemplo:

Set cjto = For(1, 28, Set(Real n) { [[n, If(EQ(n, 2), ?, n) ]] });
Matrix mat = SetMat(cjto);

se puede graficar la primera columna (tanto del conjunto como de la matriz) en el eje de abscisas y la segunda en el de ordenadas, pero no al revés.

Un saludo.

Note: See TracTickets for help on using tickets.