atomes 1.1.15
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, 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 ) |