PLplot 5.15.0
Loading...
Searching...
No Matches
plsdef.c File Reference
#include "plplotP.h"

Go to the source code of this file.

Classes

struct  line
struct  pattern

Macros

#define NPATTERNS   8

Functions

static void spat (const PLINT inc[], const PLINT del[], PLINT nlin)
void c_plschr (PLFLT def, PLFLT scale)
void c_plsmin (PLFLT def, PLFLT scale)
void c_plsmaj (PLFLT def, PLFLT scale)
void c_plssym (PLFLT def, PLFLT scale)
void c_pllsty (PLINT lin)
void c_plpat (PLINT nlin, PLINT_VECTOR inc, PLINT_VECTOR del)
void c_plpsty (PLINT patt)

Variables

static struct line line []
static struct pattern pattern []

Macro Definition Documentation

◆ NPATTERNS

#define NPATTERNS   8

Definition at line 109 of file plsdef.c.

Function Documentation

◆ c_pllsty()

void c_pllsty ( PLINT lin)

Definition at line 268 of file plsdef.c.

◆ c_plpat()

void c_plpat ( PLINT nlin,
PLINT_VECTOR inc,
PLINT_VECTOR del )

Definition at line 293 of file plsdef.c.

◆ c_plpsty()

void c_plpsty ( PLINT patt)

Definition at line 327 of file plsdef.c.

◆ c_plschr()

void c_plschr ( PLFLT def,
PLFLT scale )

Definition at line 202 of file plsdef.c.

◆ c_plsmaj()

void c_plsmaj ( PLFLT def,
PLFLT scale )

Definition at line 235 of file plsdef.c.

◆ c_plsmin()

void c_plsmin ( PLFLT def,
PLFLT scale )

Definition at line 220 of file plsdef.c.

◆ c_plssym()

void c_plssym ( PLFLT def,
PLFLT scale )

Definition at line 250 of file plsdef.c.

◆ spat()

void spat ( const PLINT inc[],
const PLINT del[],
PLINT nlin )
static

Definition at line 359 of file plsdef.c.

Variable Documentation

◆ line

struct line line[]
static

◆ pattern

struct pattern pattern[]
static