The following commands are used to set the height and width of the window in which a graph is displayed, as well as assigning the graph itself.
SET display GRAPH graphitemname
Activate a graph attached to the display. The activated graph gets the keyboard focus.
SET display HEIGHT h1 [.. hNrows]
Set the height of all graph rows relative to one another. The height of the display window and of the dialog is not changed. E.g. SET display HEIGHT 1 1 2 sets the height of row three to the double of the height of rows one and two.
hX
The relative height of the row X (1 .. number of rows).
SET display WIDTH row|* left right
Set the width of the columns of the specified row (row ³ 0) or all split rows (row = *). The column splitter position is computed using:
pos = left / (left + right) . display_window_width.
left
The relative width of the left column (left >= 0).
right
The relative width of the right column (right >= 0).