affbe5f5创建于 2025年3月25日历史提交
/*************
 * Header file for agraf.c
 * 1999 E. Rouat
 ************/

#ifndef ngspice_AGRAF_H
#define ngspice_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