Support

CCL graphics routines and gshow.

Written by Admin | Aug 30, 2021 4:00:00 AM

Question

Why doesn't my simple CCL graphics routine work in CCL?

Synopsis

CCL graphics routines and gshow.

Solution

The most common cause of this is a failure to place a gshow command at the end of a sequence of lineto ( glt) or moveto ( gmt) commands. These commands are cached in memory to speed up graphics, and only written to the display when a gshow command is executed.