PLplot  5.15.0
pldtik.c File Reference
#include "plplotP.h"

Go to the source code of this file.

Macros

#define MIN_FLTDIG   3
 
#define DIGMAX_DEF   5
 

Functions

void pldtik (PLFLT vmin, PLFLT vmax, PLFLT *tick, PLINT *nsubt, PLBOOL ld)
 
void pldtfac (PLFLT vmin, PLFLT vmax, PLFLT *factor, PLFLT *start)
 
void pldprec (PLFLT vmin, PLFLT vmax, PLFLT tick, PLINT lf, PLINT *mode, PLINT *prec, PLINT digmax, PLINT *scale)
 

Macro Definition Documentation

◆ DIGMAX_DEF

#define DIGMAX_DEF   5

Definition at line 248 of file pldtik.c.

◆ MIN_FLTDIG

#define MIN_FLTDIG   3

Definition at line 247 of file pldtik.c.

Function Documentation

◆ pldprec()

void pldprec ( PLFLT  vmin,
PLFLT  vmax,
PLFLT  tick,
PLINT  lf,
PLINT mode,
PLINT prec,
PLINT  digmax,
PLINT scale 
)

Definition at line 251 of file pldtik.c.

◆ pldtfac()

void pldtfac ( PLFLT  vmin,
PLFLT  vmax,
PLFLT factor,
PLFLT start 
)

Definition at line 122 of file pldtik.c.

◆ pldtik()

void pldtik ( PLFLT  vmin,
PLFLT  vmax,
PLFLT tick,
PLINT nsubt,
PLBOOL  ld 
)

Definition at line 36 of file pldtik.c.