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

Closed 13 years ago

#1222 closed defect (fixed)

Periodic marks in the graphics

Reported by: Jorge Owned by: Jorge
Priority: normal Milestone: TOLBase Revitalization
Component: Interface Version: head
Severity: normal Keywords:
Cc: palmagro@…

Description

The markers in the graphics should be relative to the data index. To illustrate that, suppose we plot this matrix:

Matrix mat = SetCol( Range( 1, 36, 1 ) ) | Rand( 36, 1, 0, 1);

and ask for a mark every 12 points. For this configuration I expected a mark at 1, 12, 24, and 36. But what I obtain is a mark at 11, 23 and 35.

Change History (3)

comment:1 Changed 14 years ago by Jorge

Status: newaccepted

comment:2 Changed 14 years ago by Jorge

check the procedure

 proc ::bayesGraph::GrapOptApplyMarker {this var pre} {
   ...
 }

at file bysgropt.tcl

comment:3 Changed 13 years ago by Jorge

Resolution: fixed
Status: acceptedclosed

(In [3885]) fixes #1222

Note: See TracTickets for help on using tickets.