#include "plplotP.h"
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, PLINT *colline, 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 |
#define PEN 4 |
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, | |||
PLINT * | colline, | |||
PLINT * | styline, | |||
const char * | legline[], | |||
const char * | labx, | |||
const char * | laby, | |||
const char * | labtop | |||
) |
void c_plstripd | ( | PLINT | id | ) |
static void plstrip_gen | ( | PLStrip * | strip | ) | [static] |
static void plstrip_legend | ( | PLStrip * | strip, | |
int | flag | |||
) | [static] |
int sid [static] |