PLplot
5.10.0
|
#include "plplotP.h"
Go to the source code of this file.
Classes | |
struct | PLStrip |
Defines | |
#define | PEN 4 |
#define | MAX_STRIPC 1000 |
Functions | |
static void | plstrip_gen (PLStrip *strip) |
static void | plstrip_legend (PLStrip *strip, int flag) |
void | c_plstripc (PLINT *id, const char *xspec, const char *yspec, PLFLT xmin, PLFLT xmax, PLFLT xjump, PLFLT ymin, PLFLT ymax, PLFLT xlpos, PLFLT ylpos, PLINT y_ascl, PLINT acc, PLINT colbox, PLINT collab, const PLINT *colline, const PLINT *styline, const char *legline[], const char *labx, const char *laby, const char *labtop) |
void | c_plstripa (PLINT id, PLINT p, PLFLT x, PLFLT y) |
void | c_plstripd (PLINT id) |
Variables | |
static int | sid |
static PLStrip * | strip [MAX_STRIPC] |
static PLStrip * | stripc |
#define MAX_STRIPC 1000 |
Definition at line 45 of file plstripc.c.
#define PEN 4 |
Definition at line 29 of file plstripc.c.
Definition at line 221 of file plstripc.c.
void c_plstripc | ( | PLINT * | id, |
const char * | xspec, | ||
const char * | yspec, | ||
PLFLT | xmin, | ||
PLFLT | xmax, | ||
PLFLT | xjump, | ||
PLFLT | ymin, | ||
PLFLT | ymax, | ||
PLFLT | xlpos, | ||
PLFLT | ylpos, | ||
PLINT | y_ascl, | ||
PLINT | acc, | ||
PLINT | colbox, | ||
PLINT | collab, | ||
const PLINT * | colline, | ||
const PLINT * | styline, | ||
const char * | legline[], | ||
const char * | labx, | ||
const char * | laby, | ||
const char * | labtop | ||
) |
Definition at line 66 of file plstripc.c.
void c_plstripd | ( | PLINT | id | ) |
Definition at line 327 of file plstripc.c.
static void plstrip_gen | ( | PLStrip * | strip | ) | [static] |
Definition at line 177 of file plstripc.c.
static void plstrip_legend | ( | PLStrip * | strip, |
int | flag | ||
) | [static] |
Definition at line 146 of file plstripc.c.
int sid [static] |
Definition at line 44 of file plstripc.c.
PLStrip* strip[MAX_STRIPC] [static] |
Definition at line 46 of file plstripc.c.
Definition at line 47 of file plstripc.c.