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

Opened 15 years ago

Closed 15 years ago

#274 closed defect (fixed)

Error graficando variables

Reported by: livanr68 Owned by: Pedro Gea
Priority: major Milestone: GUI 0.5
Component: General Keywords:
Cc:

Description (last modified by Pedro Gea)

ERROR: [1] No se puede hacer PutName : Veh.Otr.Mat existe todavía

[Call stack]
  [1] Real @MMS.VariableSerie::ChartGroup (Set instances)

1- Compilar variable de MatVeh

2- Graficar una variable

3- Graficar un set de variables que contenga la anterior

ERROR: [2] Fallo en la función ""

[Call stack]
  [1] Real @MMS.VariableSerie::ChartGroup (Set instances)

ERROR: [3] Fallo en EvalSet.

[Call stack]
  [1] Real @MMS.VariableSerie::ChartGroup (Set instances)
No hay información asociada a la selección

Change History (2)

comment:1 Changed 15 years ago by Pedro Gea

Description: modified (diff)
Owner: changed from josp to Pedro Gea
Status: newaccepted
Summary: error graficando variablesError graficando variables

El método GetData usado en los métodos Chart y ChartGroup no necesita de un PutName pues devuelve ya los datos con nombre. En cualquier caso se recomienda el uso de la versión PutLocalName es este tipo de circunstancias.

comment:2 Changed 15 years ago by Pedro Gea

Resolution: fixed
Status: acceptedclosed

(In [1396]) Se modifican los métodos para graficar las variables para solucionar el tique #274.
Closes #274
Las gráficas de matrices ignoran los nombres de las variables asignando el nombre "column1", "column1x", etc. Habría que revisar estos métodos de la StdLib y subir algún tique a TOLProject si se ve conveniente.

Note: See TracTickets for help on using tickets.