﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1450	Problemas graficando conjuntos con omitidos	Pedro Gea	Jorge	"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"")));
}}}"	defect	closed	highest	Mantainance	Interface	3.1	blocker	fixed		
