#include "common.h"#include <stdio.h>#include "machine.h"#include "vmath.h"#include "plot3.h"Include dependency graph for marker.c:

Go to the source code of this file.
Functions | |
| void | tp_2marker (FILE *fp, register int c, double x, double y, double scale) |
| void | PL_FORTRAN (f2mark, F2MARK) |
| void | tp_3marker (FILE *fp, register int c, double x, double y, double z, double scale) |
| void | PL_FORTRAN (f3mark, F3MARK) |
char c is the character to be used for a marker, or one of the following special markers - 1 = plus 2 = an "x" 3 = a triangle 4 = a square 5 = an hourglass
Definition in file marker.c.
|
||||||||||||||||||||||||
|
Definition at line 72 of file marker.c. References tp_2symbol(). Here is the call graph for this function: ![]() |
|
||||||||||||
|
Definition at line 86 of file marker.c. References fp, and tp_2marker(). Here is the call graph for this function: ![]() |
|
||||||||||||||||||||||||||||
|
Definition at line 100 of file marker.c. References MAT_IDN, tp_3symbol(), and VSET. Here is the call graph for this function: ![]() |
|
||||||||||||
|
Definition at line 114 of file marker.c. References fp, and tp_3marker(). Here is the call graph for this function: ![]() |
1.4.6