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