double symin,symax;
double range;
double yscale;
- double ymag;
if (pdata->ymin<0.) {
debuga(_("Minimum for Y scale of the graph is out of range: %"PRId64"\n"),(int64_t)pdata->ymin);
case PTG_LinBin:
symin=(double)pdata->ymin;
symax=(double)pdata->ymax;
- ymag=1000.;
break;
case PTG_LogBin:
else
symin=0.;
symax=log(pdata->ymax);
- ymag=1000.;
break;
case PTG_Time:
symin=(double)pdata->ymin;
symax=(double)pdata->ymax;
- ymag=1.;
break;
default:
FILE *fp_in, *fp_ou;
char wdirname[MAXLEN];
char buf[MAXLEN];
- char colsep;
int day;
long long int llday;
long long int bytes;
exit(EXIT_FAILURE);
}
if ((datetimeby & DATETIME_BYTE)!=0) {
- colsep=((datetimeby & DATETIME_ELAP)!=0) ? '\t' : '\0';
if (getword_atoll(&bytes,&gwarea,'\t')<0) {
debuga(_("Invalid number of bytes in file %s\n"),wdirname);
exit(EXIT_FAILURE);