|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
Functions to draw the y axis. More...
Include dependency graph for yaxis.c:Go to the source code of this file.
Functions | |
| void | autoscale_axis (project *this_proj, int rid, int cid, int aid) |
| autoscale axis | |
| void | setup_yaxis_linear (cairo_t *cr, project *this_proj, int rid, int cid) |
| setup y axis using a linear scale | |
| void | setup_yaxis_log (cairo_t *cr, project *this_proj, int rid, int cid, gboolean draw_it) |
| setup y axis using a log scale | |
Functions to draw the y axis.
Definition in file yaxis.c.
| void autoscale_axis | ( | project * | this_proj, |
| int | rid, | ||
| int | cid, | ||
| int | aid ) |
| void setup_yaxis_linear | ( | cairo_t * | cr, |
| project * | this_proj, | ||
| int | rid, | ||
| int | cid ) |