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.
- Timestamp:
-
Nov 3, 2011, 7:17:00 PM (13 years ago)
- Author:
-
Pedro Gea
- Comment:
-
Definitivamente se trata del mismo error que #1221 y que #1154. Parece que no está resuelto o al menos no en la versión oficial.
Legend:
- Unmodified
- Added
- Removed
- Modified
-
initial
|
v1
|
|
1 | 1 | Si se ejecuta el siguiente código: |
2 | | |
| 2 | {{{ |
3 | 3 | Text TclChartSet(MatSet(BinGroup("|", |
4 | 4 | For(1, 6, Matrix(Real i) { Col(1,2,3,4,5)|Col(i,i,i,i,i) }) |
… |
… |
|
8 | 8 | @TclArgSt("-type" , "3") |
9 | 9 | ]]); |
10 | | |
| 10 | }}} |
11 | 11 | 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. |
12 | 12 | |