Opened 18 years ago
Closed 14 years ago
#518 closed enhancement (fixed)
hold on functionality for graphics — at Version 3
| Reported by: | lmartiles | Owned by: | Jorge |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Graphics | Version: | head |
| Severity: | minor | Keywords: | |
| Cc: |
Description (last modified by )
I am missing the feelings,
a warm hand to hold,
the feeling of being,
a part of a whole
From a street Danish poet
Since unmemorable times, i have missed the possibility of playing with graphics in Tolbase. I hereby kindly request ;-) the possibility of adding a Hold on functionality for the graphics so that new graphics can be superposed on older ones.
Thanks,
Artiles
Change History (3)
comment:1 Changed 18 years ago by
| Severity: | blocker → enhancement |
|---|---|
| Status: | new → assigned |
comment:2 Changed 14 years ago by
| Priority: | highest → high |
|---|
comment:3 Changed 14 years ago by
| Description: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.

Hello, cuban poet, if not from the stree I'm sure from the montain.
I've been checking the code related to TclChart methods and I think it's possible to support an API like this:
Text gr1 = TclChartMatrix(mat1, TclArgSt("-type", "2") ?);
Text gr2 = TclChartMatrix(mat2, TclArgSt("-holdon", gr1), TclArgSt("-type", "2") ?);
where the graph corresponding to mat2 will be drawn on the context of graph gr1.
First I propose to add the holdon to TclChartMatrix and TclChartSet because they are closed related in implementation then discuss about implementing it for the rest of Chart methods.
best regards,
Jorge