Home
last modified time | relevance | path

Searched refs:nplot (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/classes/draw/utils/
H A Dbars.c137 PetscInt numValues, i, idx, *perm, nplot; in PetscDrawBarDraw() local
168nplot = numValues; /* number of points to actually plot; if some are lower than requested toleran… in PetscDrawBarDraw()
170 xmax = (PetscReal)nplot; in PetscDrawBarDraw()
180 nplot = i; in PetscDrawBarDraw()
196 for (i = 0; i < nplot; i++) { in PetscDrawBarDraw()