Home
last modified time | relevance | path

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

/petsc/src/sys/classes/draw/tests/
H A Dex12.c12 const char *xlabel, *ylabel, *toplabel; in main() local
20 toplabel = "Top Label"; in main()
29 toplabel = NULL; in main()
39 PetscCall(PetscDrawAxisSetLabels(axis, toplabel, xlabel, ylabel)); in main()
H A Dex3.c20 const char *xlabel, *ylabel, *toplabel, *legend; in main() local
24 toplabel = "Top Label"; in main()
40 if (flg) toplabel = NULL; in main()
47 toplabel = NULL; in main()
62 PetscCall(PetscDrawAxisSetLabels(axis, toplabel, xlabel, ylabel)); in main()
H A Dex9.c14 const char *xlabel, *ylabel, *toplabel; in main() local
19 toplabel = "Top Label"; in main()
38 toplabel = NULL; in main()
47 PetscCall(PetscDrawAxisSetLabels(axis, toplabel, xlabel, ylabel)); in main()
/petsc/src/sys/classes/draw/utils/
H A Daxisc.c47 ad->toplabel = NULL; in PetscDrawAxisCreate()
74 PetscCall(PetscFree((*axis)->toplabel)); in PetscDrawAxisDestroy()
137 PetscCall(PetscFree(axis->toplabel)); in PetscDrawAxisSetLabels()
140 PetscCall(PetscStrallocpy(top, &axis->toplabel)); in PetscDrawAxisSetLabels()
294 if (axis->toplabel) dyr = 1.5 * th; in PetscDrawAxisDraw()
315 if (axis->toplabel) { in PetscDrawAxisDraw()
318 PetscCall(PetscDrawStringCentered(draw, x, y, cc, axis->toplabel)); in PetscDrawAxisDraw()
/petsc/include/petsc/private/
H A Ddrawimpl.h107 char *xlabel, *ylabel, *toplabel; member