The command line version of Dataplot on the PC gives me a blank screen, what do I do?
The PC can run in two different color modes. The first, called true or direct color, specifies a red, blue, and green component (i.e., RGB), each with an integer value between 0 and 255. Alternatively, a specific number of colors can be supported (e.g., 255). The non-RGB mode is more common on older computers with display cards with more limited memory. In this mode, there is typically a trade-off between the number of colors and the video resolution (i.e., as the resolution goes up, the number of available colors goes down). The Dataplot command line version on the PC is created with the Compaq Visual compiler (previously the Microsoft Fortran compiler) using the QuickWin graphics library. This library does not provide an automatic method for determining which color mode is in effect. The blank screen is caused by Dataplot assuming the wrong color mode. By default, Dataplot uses the non-RGB color mode. If you get a blank screen (this is actually a black foreground on a black foregroun