Introduction
Introduction Statistics Contact Development Disclaimer Help
tscale.h - ploot - simple plotting tools
git clone git://bitreich.org/ploot git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65…
Log
Files
Refs
Tags
README
---
tscale.h (368B)
---
1 #ifndef SCALE_H
2 #define SCALE_H
3
4 #include <stddef.h>
5 #include <time.h>
6
7 #include "csv.h"
8
9 /**/
10 int scale_ypos (double, double, double, in…
11 int scale_xpos (time_t, time_t, time_t, in…
12 void scale_minmax (struct csv *, int, time…
13 time_t scale_tstep (time_t, time_t, int);
14 double scale_vstep (double, double, int);
15
16 #endif
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.