|
atomes 1.2.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"
Include dependency graph for labels.c:Go to the source code of this file.
Functions | |
| void | label (cairo_t *cr, double val, int axe, int p, project *this_proj) |
| draw axis label | |
Function to draw the axis labels.
Definition in file labels.c.
| void label | ( | cairo_t * | cr, |
| double | val, | ||
| int | axe, | ||
| int | p, | ||
| project * | this_proj ) |