Mercurial > hg > fxanalyse
comparison Plot.c @ 144:be87c8e78266
Code cleanup
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Wed, 22 Jan 2014 14:45:24 +0100 |
parents | 77539f2597b1 |
children | a3494d2806ee |
comparison
equal
deleted
inserted
replaced
143:09a4548e1436 | 144:be87c8e78266 |
---|---|
1 #include <ansi_c.h> | 1 #include <ansi_c.h> |
2 #include <userint.h> | 2 #include <userint.h> |
3 | 3 |
4 #include "YLCStuff.h" | 4 #include "utils.h" |
5 #include "FXPlot.h" | 5 #include "FXPlot.h" |
6 #include "Plot.h" | 6 #include "Plot.h" |
7 | 7 |
8 void Plot_InitPanel(Plot_Data *Instance, const char *title, double ymin, double ymax, int parent, int control) | 8 void Plot_InitPanel(Plot_Data *Instance, const char *title, double ymin, double ymax, int parent, int control) |
9 { | 9 { |