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

Closed 13 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 Jorge)

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

Severity: blockerenhancement
Status: newassigned

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

comment:2 Changed 14 years ago by Pedro Gea

Priority: highesthigh

comment:3 Changed 13 years ago by Jorge

Description: modified (diff)
Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.