#1450 closed defect (fixed)
Problemas graficando conjuntos con omitidos
Reported by: | Pedro Gea | Owned by: | Jorge |
---|---|---|---|
Priority: | highest | Milestone: | Mantainance |
Component: | Interface | Version: | 3.1 |
Severity: | blocker | Keywords: | |
Cc: |
Description
Los métodos para graficar conjuntos tienen algún fallo cuando hay valores omitidos.
Compárense los siguientes ejemplos:
Set s1 = BinGroup("|", For(1, 4, Set (Real i) { Set For(1, 10, Set (Real j) { [[j, i + j]] }) })); Text TclChartSet(s1, SetOfSet(@TclArgSt("-type", "3")));
Set s2 = BinGroup("|", For(1, 4, Set (Real i) { Set For(1, 10, Set (Real j) { [[j, If(i==j, ?, i+j)]] }) })); Text TclChartSet(s2, SetOfSet(@TclArgSt("-type", "3")));
Change History (7)
comment:1 Changed 13 years ago by
Status: | new → accepted |
---|
comment:2 Changed 13 years ago by
a la función que grafica le llega una información erronea:
vectors {{{1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10.0} {1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10.0}} {{1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10.0} {1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10.0}}} names {Column3 Column7} xTicks {}
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:4 Changed 13 years ago by
comment:7 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Es una característica no implementada en el gráfico de conjuntos y matrices. También esta solicitada en el #1369
Debe ser implementada.