📄 grid.h
字号:
/************* * Header file for grid.c * 1999 E. Rouat ************/#ifndef GRID_H_INCLUDED#define GRID_H_INCLUDEDtypedef enum { x_axis, y_axis } Axis;void gr_fixgrid(GRAPH *graph, double xdelta, double ydelta, int xtype, int ytype);void gr_redrawgrid(GRAPH *graph);void drawlingrid(GRAPH *graph, char *units, int spacing, int nsp, double dst, double lmt, double hmt, bool onedec, int mult, double mag, int digits, Axis axis);void drawloggrid(GRAPH *graph, char *units, int hmt, int lmt, int decsp, int subs, int pp, Axis axis);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -