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 13 years ago

Last modified 13 years ago

#1322 closed defect

Error en TclChartSet — at Initial Version

Reported by: Liván Ramírez Dorta Owned by: Jorge
Priority: highest Milestone: Métodos de presentación gráfica ejecutables desde TOL
Component: Interface Version: head
Severity: blocker Keywords:
Cc:

Description

Si se ejecuta el siguiente código:

Text TclChartSet(MatSet(BinGroup("|",

For(1, 6, Matrix(Real i) { Col(1,2,3,4,5)|Col(i,i,i,i,i) })
)), [[

@TclArgSt("-title", Tcl_Eval("mc {Density Functions}")[1]),
@TclArgSt("-names", TxtListTcl(For(1, 6, Text(Real i) { "v"<<i }))),

@TclArgSt("-type" , "3")

]]);

los gráficos que se obtienen no se corresponden con lo esperado, el error aparece a partir de 6, hasta 5 pares de datos todo funciona bien.

Change History (0)

Note: See TracTickets for help on using tickets.