Credits Overview Plotting Styles Commands Terminals

wgnuplot.ini

The Windows text window and the windows terminal will read some of their options from the [WGNUPLOT] section of wgnuplot.ini. This file is located in the user's application data directory. Here's a sample wgnuplot.ini file:

      [WGNUPLOT]
      TextOrigin=0 0
      TextSize=640 150
      TextFont=Consolas,9
      TextWrap=1
      TextLines=400
      TextMaximized=0
      SysColors=0
      GraphOrigin=0 150
      GraphSize=640 330
      GraphFont=Tahoma,10
      GraphColor=1
      GraphToTop=1
      GraphGDI+=1
      GraphD2D=0
      GraphGDI+Oversampling=1
      GraphAntialiasing=1
      GraphPolygonAA=1
      GraphFastRotation=1
      GraphBackground=255 255 255
      DockVerticalTextFrac=350
      DockHorizontalTextFrac=400

Text window options

These settings apply to the wgnuplot text-window only. The TextOrigin and TextSize entries specify the location and size of the text window. If TextMaximized is non-zero, the window will be maximized.

The TextFont entry specifies the text window font and size.

The TextWrap entry selects wrapping of long text lines.

The TextLines entry specifies the number of (unwrapped) lines the internal buffer of the text window can hold. This value currently cannot be changed from within wgnuplot.

See text-menu.

Docked graph options

DockVerticalTextFrac and DockHorizontalTextFrac set the fraction of the window reserved for the text window in permille of the vertical or horizontal layout.

Graph window options

The GraphFont entry specifies the font name and size in points.

See graph-menu.