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

Last modified 14 years ago

#598 assigned defect

Chart and GCFFile

Reported by: Alfredo Torre Owned by: livan
Priority: high Milestone:
Component: Graphics Version: head
Severity: major Keywords:
Cc: jlaybar

Description

I understand that GCFFile is the variable in TOLBase to control which gcf must use TOLBase to chart i.e. a set of series.

Please, try to run the next TOL CODE
(file C:/Archivos de programa/Bayes/gcf/gcf001.gcf is needed):

Text GCFFile_old = Copy(GCFFile);
Set Chart(SetOfSerie(DiasDelMes), "");
Text GCFFile := "C:/Archivos de programa/Bayes/gcf/gcf001.gcf";
Set Chart(SetOfSerie(DiasDelMes), "");

It generates two graphs. Both are charted using the same GCF (GCFFile_old).

How can one user control which GCF is going to use TOLBase?

Change History (2)

comment:1 Changed 16 years ago by Víctor de Buen Remiro

Owner: changed from jgarcia to livan
Status: newassigned

comment:2 Changed 14 years ago by Pedro Gea

Priority: highesthigh
Note: See TracTickets for help on using tickets.