Opened 15 years ago
Closed 14 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 15 years ago by
| Status: | new → accepted |
|---|
comment:2 Changed 15 years ago by
comment:3 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.

check the procedure
proc ::bayesGraph::GrapOptApplyMarker {this var pre} { ... }at file
bysgropt.tcl