Home
last modified time | relevance | path

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

/dports/math/gri/gri-2.12.23/src/
H A Dgraxes.cc156 gr_drawxaxis(double y, double xl, double xinc, double xr, double xlabelling, gr_axis_properties sid… in gr_drawxaxis() argument
239 …ling=%d xlabelling=%f present=%f\n", __FILE__, __LINE__, _x_gave_labelling, xlabelling, present); in gr_drawxaxis()
241 …while (next_tic(&next, xlabelling, _x_gave_labelling, present, final, smallinc, _grTransform_x, in… in gr_drawxaxis()
264 if ((_x_gave_labelling && gr_multiple(next - xlabelling, xinc, 0.01 * smallinc)) in gr_drawxaxis()
384 …ling=%d xlabelling=%f present=%f\n", __FILE__, __LINE__, _x_gave_labelling, xlabelling, present); in gr_drawxaxis()