|
atomes 1.3.1
atomes: an atomic scale modeling tool box
|
Function to draw the axis labels. More...
#include <string.h>#include <math.h>#include <cairo.h>#include <pango/pangocairo.h>#include "global.h"#include "curve.h"Go to the source code of this file.
Functions | |
| void | label_curve (cairo_t *cr, double val, int axe, int p, Curve *this_curve) |
| draw axis label | |
Function to draw the axis labels.
Definition in file labels.c.
| void label_curve | ( | cairo_t * | cr, |
| double | val, | ||
| int | axe, | ||
| int | p, | ||
| Curve * | this_curve ) |