Searched refs:toplabel (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/sys/classes/draw/tests/ |
| H A D | ex12.c | 12 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 D | ex3.c | 20 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 D | ex9.c | 14 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 D | axisc.c | 47 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 D | drawimpl.h | 107 char *xlabel, *ylabel, *toplabel; member
|