#include "cpdefs.h"
#include "fteinp.h"
#include "plotdev.h"
#include "plotext.h"
Go to the source code of this file.
|
#define | DEF_WIDTH 80 /* Line printer width. */ |
|
#define | DEF_HEIGHT 60 /* Line printer height. */ |
|
#define | IPOINTMIN 20 /* When we start plotting incremental plots. */ |
|
#define | mylog10(xx) (((xx) > 0.0) ? log10(xx) : (- log10(HUGE))) |
|
#define DEF_HEIGHT 60 /* Line printer height. */ |
#define DEF_WIDTH 80 /* Line printer width. */ |
#define IPOINTMIN 20 /* When we start plotting incremental plots. */ |
#define mylog10 |
( |
|
xx | ) |
(((xx) > 0.0) ? log10(xx) : (- log10(HUGE))) |