View | Details | Raw Unified | Return to bug 604087
Collapse All | Expand All

(-)src/gadgets.h.original (-1 / +1 lines)
Lines 389-395 Link Here
389
extern TBOOLEAN	clip_lines2;
389
extern TBOOLEAN	clip_lines2;
390
extern TBOOLEAN	clip_points;
390
extern TBOOLEAN	clip_points;
391
391
392
#define SAMPLES 100		/* default number of samples for a plot */
392
#define SAMPLES 500		/* default number of samples for a plot */
393
extern int samples_1;
393
extern int samples_1;
394
extern int samples_2;
394
extern int samples_2;
395
395
(-)src/show.c.original (-1 / +5 lines)
Lines 1053-1059 Link Here
1053
	    p,			/* type "help seeking-assistance" */
1053
	    p,			/* type "help seeking-assistance" */
1054
	    p			/* hit 'h' */
1054
	    p			/* hit 'h' */
1055
	    );
1055
	    );
1056
1056
#ifdef GNUPLOT_LIB_DEFAULT
1057
fprintf(fp, "\
1058
\n%s\tType `load \"all.dem\"` to display a large number of examples.\n\
1059
%s\tThey are located locally at %s/*\n\n", p, p, GNUPLOT_LIB_DEFAULT);      /* location of examples */
1060
#endif
1057
1061
1058
    /* show version long */
1062
    /* show version long */
1059
    if (almost_equals(c_token, "l$ong")) {
1063
    if (almost_equals(c_token, "l$ong")) {

Return to bug 604087