Searched refs:ylabelstr (Results 1 – 2 of 2) sorted by relevance
41 ad->ylabelstr = PetscADefLabel; in PetscDrawAxisCreate()289 if (axis->ylabelstr) dxl += 7.5 * tw; in PetscDrawAxisDraw()293 if (axis->ylabelstr) dyr = 0.5 * th; in PetscDrawAxisDraw()360 if (axis->ylabelstr) { in PetscDrawAxisDraw()365 PetscCall((*axis->ylabelstr)(tickloc[i], sep, &p)); in PetscDrawAxisDraw()375 if (axis->ylabelstr) x -= ((PetscReal)ytlen + .5) * tw; in PetscDrawAxisDraw()
100 PetscErrorCode (*ylabelstr)(PetscReal, PetscReal, char **); /* routines to generate labels */ member