117 cairo_set_line_width (cr,
GRIDSIZE);
121 prep_frame (cr, this_curve -> frame_dash, this_curve -> frame_thickness, this_curve -> frame_color);
123 if (fmod(u+v,
mticks) != 0.0)
187 if (
cxy[0] >= pow(10, i))
201 for ( l = 0 ; l <
xlog ; l = l + 1 )
203 v = pow (10, l-
dxlog);
207 cairo_set_line_width (cr,
GRIDSIZE);
213 this_curve -> frame_thickness,
214 this_curve -> frame_color);
254 for ( k = 2 ; k < 10 ; k = k + 1 )
259 cairo_set_line_width (cr,
GRIDSIZE);
265 this_curve -> frame_thickness,
266 this_curve -> frame_color);
void setup_xaxis_log(cairo_t *cr, Curve *this_curve, int rid, int cid, gboolean draw_it)
setup x axis using a log scale