Defines | Functions

pldtik.c File Reference

#include "plplotP.h"

Go to the source code of this file.

Defines

#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)

Define Documentation

#define DIGMAX_DEF   5

Definition at line 249 of file pldtik.c.

#define MIN_FLTDIG   3

Definition at line 248 of file pldtik.c.


Function Documentation

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

Definition at line 252 of file pldtik.c.

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

Definition at line 123 of file pldtik.c.

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

Definition at line 38 of file pldtik.c.