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