=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/Attic/setshow.h,v retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.2 -r1.1.1.3 --- OpenXM_contrib/gnuplot/Attic/setshow.h 2000/01/22 14:15:55 1.1.1.2 +++ OpenXM_contrib/gnuplot/Attic/setshow.h 2003/09/15 07:09:23 1.1.1.3 @@ -1,5 +1,5 @@ /* - * $Id: setshow.h,v 1.1.1.2 2000/01/22 14:15:55 maekawa Exp $ + * $Id: setshow.h,v 1.1.1.3 2003/09/15 07:09:23 ohara Exp $ * */ @@ -36,15 +36,16 @@ ]*/ -/* for show_version_long() */ -#ifdef HAVE_SYS_UTSNAME_H -#include -#endif - #ifndef DEFAULT_TIMESTAMP_FORMAT #define DEFAULT_TIMESTAMP_FORMAT "%a %b %d %H:%M:%S %Y" /* asctime() format */ #endif +/* default format for tic mark labels */ +#define DEF_FORMAT "% g" + +/* less than one hundredth of a tic mark */ +#define SIGNIF (0.01) + /* * global variables to hold status of 'set' options * @@ -169,7 +170,7 @@ extern int contour_order; extern int contour_levels; extern double zero; /* zero threshold, not 0! */ extern int levels_kind; -extern double levels_list[MAX_DISCRETE_LEVELS]; +extern double *levels_list; extern int dgrid3d_row_fineness; extern int dgrid3d_col_fineness;