Term-Gnuplot

 view release on metacpan or  search on metacpan

GnuplotTerminals.pod  view on Meta::CPAN

 - V800x600
 - V640x480
 - V320x200

Please refer to the ggi documentation for other modes. The 'mode' keyword
is optional. It is recommended to select the target by environment variables
as explained in the libggi manual page. To get DGA on X, you should for
example

   bash> export GGI_DISPLAY=DGA
   csh>  setenv GGI_DISPLAY DGA

'acceleration' is only used for targets which report relative pointer
motion events (e.g. DGA) and is a strictly positive integer multiplication
factor for the relative distances.  The default for acceleration is 7.

Examples:

   set term ggi acc 10
   set term ggi acc 1 mode V1024x768
   set term ggi V1024x768

gnuterm/term/ggi.trm  view on Meta::CPAN

" mode can be given with the mode option, e.g.:",
"  - V1024x768",
"  - V800x600",
"  - V640x480",
"  - V320x200",
" Please refer to the ggi documentation for other modes. The 'mode' keyword",
" is optional. It is recommended to select the target by environment variables",
" as explained in the libggi manual page. To get DGA on X, you should for",
" example",
"    bash> export GGI_DISPLAY=DGA",
"    csh>  setenv GGI_DISPLAY DGA",
"",
" 'acceleration' is only used for targets which report relative pointer",
" motion events (e.g. DGA) and is a strictly positive integer multiplication",
" factor for the relative distances.  The default for acceleration is 7.",
"",
" Examples:",
"    set term ggi acc 10",
"    set term ggi acc 1 mode V1024x768",
"    set term ggi V1024x768"
END_HELP(ggi)

gnuterm/term/next.trm  view on Meta::CPAN

	}
	/* Not in environment */
	else
	    strcpy(serverpath, "GnuTerm");

	/* Try to launch application */
      if ([[Application workspace] launchApplication:serverpath] == NO) {
	    printf("Failed to launch %s.\n", serverpath);
	    /* Offer a little advice */
	    if (GnuTermPathSet) {
		printf("You must have setenv GNUTERMPATH to something wrong\n");
		printf("I recommend you exit gnuplot and fix this.\n");
	    } else {
		printf("It must be located in ~/Apps or /LocalApps\n");
		printf("I recommend that you either\n");
		printf("- move GnuTerm.app to one of these locations\n");
		printf("- set GNUTERMPATH with host%%  setenv GNUTERMPATH /directory/containing_GnuTerm.app\n");
		printf("- start GnuTerm ahead of the first plot command\n");
#ifdef NEXT_OLDTERMINAL
		printf("- use the old driver version (set term next old)\n");
#endif
	    }
	}
	/* I wish the gnuplot terminal interface would 
	   let me return an error here.
	 */

gnuterm/term/openstep.trm  view on Meta::CPAN

	}
	/* Not in environment */
	else
	    strcpy(serverpath, "GnuTerm");

	/* Try to launch application */
      if ([[NSWorkspace sharedWorkspace] launchApplication:[NSString stringWithCString:serverpath]] == NO) {
	    printf("Failed to launch %s.\n", serverpath);
	    /* Offer a little advice */
	    if (GnuTermPathSet) {
		printf("You must have setenv GNUTERMPATH to something wrong\n");
		printf("I recommend you exit gnuplot and fix this.\n");
	    } else {
		printf("It must be located in ~/Apps or /LocalApps\n");
		printf("I recommend that you either\n");
		printf("- move GnuTerm.app to one of these locations\n");
		printf("- set GNUTERMPATH with host%%  setenv GNUTERMPATH /directory/containing_GnuTerm.app\n");
		printf("- start GnuTerm ahead of the first plot command\n");
	    }
	}
	/* I wish the gnuplot terminal interface would 
	   let me return an error here.
	 */

	/* Application is launching */
	else {
	    /* Wait for it to register Server methods with OS */



( run in 1.425 second using v1.01-cache-2.11-cpan-2398b32b56e )