Searched refs:xticks (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/sys/classes/draw/utils/ |
| H A D | axisc.c | 38 ad->xticks = PetscADefTicks; in PetscDrawAxisCreate() 322 if (axis->xticks) { in PetscDrawAxisDraw() 325 …PetscCall((*axis->xticks)(axis->xlow, axis->xhigh, numx, &ntick, tickloc, PETSC_DRAW_AXIS_MAX_SEGM… in PetscDrawAxisDraw()
|
| H A D | bars.c | 53 h->axis->xticks = NULL; in PetscDrawBarCreate()
|
| /petsc/include/petsc/private/ |
| H A D | drawimpl.h | 102 PetscErrorCode (*xticks)(PetscReal, PetscReal, int, int *, PetscReal *, int); member
|
| /petsc/src/benchmarks/ |
| H A D | benchmarkExample.py | 420 plt.xticks(np.arange(N), map(str, sizes[arches[0]]))
|