The GINIT statement resets all the graphics parameters to their default values. It terminates any graphics input device or active plotter. If graphics output is directed to a file, the file is closed. It also causes the graphics screen to be cleared before the next graphics statement is executed. If you enter GINIT followed by a DRAW 50,50 statement the following occurs: GINIT resets all graphics parameters to their default values. Before the DRAW command is executed the screen is cleared and then a line is be drawn from the origin to 50,50.