Ejemplo n.º 1
0
static void setwindows(char *argv[])
/*************/
{
    if ((argv[0][4]!='n') && (argv[0][3]!='n'))
    {
#ifdef VNMRJ
        saveGraphFunc(argv, 1, 1, 1);
#endif
        Wclear_graphics();
        clear_dscale();
        show_plotterbox();
    } else {
#ifdef VNMRJ
        saveGraphFunc(argv, 1, 0, 3);
#endif
    }
    Wgmode(); /* goto tek graphics and set screen 2 active */
    Wshow_graphics();
    drawPlotBox();
}
Ejemplo n.º 2
0
static void setwindows()
/*************/
{
  Wgmode(); /* goto tek graphics and set screen 2 active */
  Wshow_graphics();
}