Jspice3
plotdefs.h File Reference
#include "cpdefs.h"
#include "fteinp.h"
#include "plotdev.h"
#include "plotext.h"
Include dependency graph for plotdefs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  grinit
 

Macros

#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)))
 

Variables

struct plotplot_cur
 

Macro Definition Documentation

#define DEF_HEIGHT   60 /* Line printer height. */

Definition at line 16 of file plotdefs.h.

#define DEF_WIDTH   80 /* Line printer width. */

Definition at line 15 of file plotdefs.h.

#define IPOINTMIN   20 /* When we start plotting incremental plots. */

Definition at line 17 of file plotdefs.h.

#define mylog10 (   xx)    (((xx) > 0.0) ? log10(xx) : (- log10(HUGE)))

Definition at line 23 of file plotdefs.h.

Variable Documentation

struct plot* plot_cur

Definition at line 43 of file vectors.c.