|
atomes 1.3.1
atomes: an atomic scale modeling tool box
|
Functions to draw the x axis. More...
Go to the source code of this file.
Functions | |
| void | setup_xaxis_linear (cairo_t *cr, Curve *this_curve) |
| setup x axis using a linear scale | |
| void | setup_xaxis_log (cairo_t *cr, Curve *this_curve, int rid, int cid, gboolean draw_it) |
| setup x axis using a log scale | |
Functions to draw the x axis.
Definition in file xaxis.c.
| void setup_xaxis_linear | ( | cairo_t * | cr, |
| Curve * | this_curve ) |