PLplot  5.13.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
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

#define NPATTERNS   8

Definition at line 109 of file plsdef.c.

Function Documentation

void c_pllsty ( PLINT  lin)

Definition at line 268 of file plsdef.c.

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

Definition at line 293 of file plsdef.c.

void c_plpsty ( PLINT  patt)

Definition at line 327 of file plsdef.c.

void c_plschr ( PLFLT  def,
PLFLT  scale 
)

Definition at line 202 of file plsdef.c.

void c_plsmaj ( PLFLT  def,
PLFLT  scale 
)

Definition at line 235 of file plsdef.c.

void c_plsmin ( PLFLT  def,
PLFLT  scale 
)

Definition at line 220 of file plsdef.c.

void c_plssym ( PLFLT  def,
PLFLT  scale 
)

Definition at line 250 of file plsdef.c.

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

Definition at line 359 of file plsdef.c.

Variable Documentation

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