#include "common.h"
#include <stdio.h>
#include "machine.h"
#include "vmath.h"
#include "plot3.h"
Include dependency graph for list.c:
Go to the source code of this file.
Defines | |
#define | TP_MARK 1 |
#define | TP_LINE 2 |
Functions | |
void | tp_i2list (register FILE *fp, register int *x, register int *y, register int npoints) |
void | tp_2list (register FILE *fp, register double *x, register double *y, register int npoints) |
void | PL_FORTRAN (f2list, F2LIST) |
void | tp_3list (FILE *fp, register double *x, register double *y, register double *z, register int npoints) |
void | PL_FORTRAN (f3list, F3LIST) |
void | tp_2mlist (FILE *fp, register double *x, register double *y, int npoints, int flag, int mark, int interval, double size) |
void | PL_FORTRAN (f2mlst, F2MLST) |
Definition in file list.c.