ngspice/src/frontend/plotting/agraf.h

19 lines
386 B
C

/*************
* Header file for agraf.c
* 1999 E. Rouat
************/
#ifndef _AGRAF_H
#define _AGRAF_H
#include "ngspice/dvec.h"
#include "ngspice/bool.h"
#include "ngspice/plot.h"
void ft_agraf(double *xlims, double *ylims, struct dvec *xscale,
struct plot *plot, struct dvec *vecs,
double xdel, double ydel, bool xlog, bool ylog,
bool nointerp);
#endif