Lines Matching refs:ymax
17 PetscReal ymin, ymax; member
76 h->ymax = 1.e-6; in PetscDrawHGCreate()
138 hist->ymax = 1.e-6; in PetscDrawHGReset()
308 …PetscReal xmin, xmax, ymin, ymax, *bins, *values, *weights, binSize, binLeft, binRight, maxHeigh… in PetscDrawHGDraw() local
321 if ((hist->xmin >= hist->xmax) || (hist->ymin >= hist->ymax)) PetscFunctionReturn(PETSC_SUCCESS); in PetscDrawHGDraw()
331 ymax = hist->ymax; in PetscDrawHGDraw()
354 if (maxHeight > ymax) ymax = hist->ymax = maxHeight; in PetscDrawHGDraw()
356 PetscCall(PetscDrawAxisSetLimits(hist->axis, xmin, xmax, ymin, ymax)); in PetscDrawHGDraw()
417 if (maxHeight > ymax) ymax = hist->ymax = maxHeight; in PetscDrawHGDraw()
419 PetscCall(PetscDrawAxisSetLimits(hist->axis, xmin, xmax, ymin, ymax)); in PetscDrawHGDraw()
502 if ((hist->xmin > hist->xmax) || (hist->ymin >= hist->ymax)) PetscFunctionReturn(PETSC_SUCCESS); in PetscDrawHGView()
635 hist->ymax = y_max; in PetscDrawHGSetLimits()