Lines Matching defs:_p_PetscDrawHG
10 struct _p_PetscDrawHG { struct
12 PetscErrorCode (*destroy)(PetscDrawSP);
13 PetscErrorCode (*view)(PetscDrawSP, PetscViewer);
14 PetscDraw win;
15 PetscDrawAxis axis;
16 PetscReal xmin, xmax;
17 PetscReal ymin, ymax;
18 int numBins;
19 int maxBins;
20 PetscReal *bins;
21 int numValues;
22 int maxValues;
23 PetscReal *values;
24 PetscReal *weights;
25 int color;
26 PetscBool calcStats;
27 PetscBool integerBins;