|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
Functions to draw the x axis. More...
Include dependency graph for xaxis.c:Go to the source code of this file.
Functions | |
| void | setup_xaxis_linear (cairo_t *cr, project *this_proj, int rid, int cid) |
| setup x axis using a linear scale | |
| void | setup_xaxis_log (cairo_t *cr, project *this_proj, 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, |
| project * | this_proj, | ||
| int | rid, | ||
| int | cid ) |