psdrawcurve.psplot.lib

来自「su 的源代码库」· LIB 代码 · 共 35 行

LIB
35
字号
PSDRAWCURVE - Functions to draw a curve from a set of pointspsDrawCurve	Draw a curve from a set of points via PostScriptFunction Prototypes:void psDrawCurve(	float x, float y, float width, float 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, float curvewidth, int style);psDrawCurve:Input:x		x coordinate of lower left corner of boxy		y coordinate of lower 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	color to use for curvecurvewidth	width (in points) of curvestyle		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/20/98		(Adapted after Dave Hale and other's psAxesBox routine)

⌨️ 快捷键说明

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