next up previous contents
Next: Exhaustive description of the Up: Entry points Previous: Removed   Contents

New

Any segment opened with gr_segm must now be closed with the following new entry point after all the data it contains has been sent to the metacode:

The following conditions applies: Given the first point above, the necessity for an Append mode for gtview is severely reduced. Basically, what you will probably have to do is to replace all the statements gtview('Append') by gr_segm_close(error). The only purpose to call gtview('Append') is now when you are filling a unique segment, and want the user to see in real-time this segment being filled (e.g. a curve showing the convergence of a computation, or an interactive drawing with the cursor, ...).

Instead of calling gr_exec('CLEAR SEGMENT FOO'), programmers can invoke the public subroutine gt_clear_segment(name,present,error) where name is the segment(s) name to be destroyed (e.g. if name is FOO it will destroy all the segments named FOO:*), present is a logical indicating if an error should be raised if no segment with such a name is found, and error is an inout logical error flag (i.e. it keeps its entering value if no error occurs).


next up previous contents
Next: Exhaustive description of the Up: Entry points Previous: Removed   Contents
Gildas manager 2014-07-01