⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 drawcurve.xplot.lib

📁 su 的源代码库
💻 LIB
字号:
DRAWCURVE - Functions to draw a curve from a set of pointsxDrawCurve	draw a curve from a set of pointsFunction Prototypes:void xDrawCurve(Display *dpy, Window win,		int x, int y, int width, int height,		float x1beg, float x1end, float p1beg, float p1end,		float x2beg, float x2end, float p2beg, float p2end,		float *x1curve, float *x2curve, int ncurve,		char *curvecolor, int style);xDrawCurve:Input:dpy		display pointerwin		windowx		x coordinate of upper left corner of boxy		y coordinate of upper left corner of boxwidth		width of boxheight		height of boxx1beg		axis value at beginning of axis 1x1end		axis value at end of axis 1p1beg		pad value at beginning of axis 1p1end		pad value at end of axis 1x2beg		axis value at beginning of axis 2x2end		axis value at end of axis 2p2beg		pad value at beginning of axis 2p2end		pad value at end of axis 2x1curve		vector of x1 coordinates for points along curvex2curve		vector of x2 coordinates for points along curvencurve		number of points along curvecurvecolor	name of color to use for axesint style	NORMAL (axis 1 on bottom, axis 2 on left)		SEISMIC (axis 1 on left, axis 2 on top)Author:		Brian Macy, Phillips Petroleum Co., 11/14/98		(Adapted after Dave Hale's xDrawAxesBox routine)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -