📄 pscaxesbox.psplot.lib
字号:
PSCAXESBOX - Draw an axes box for cube via PostScriptpsCubeAxesBox Draw an axes box for cube via PostScriptFunction Prototype:void psCubeAxesBox( float x, float y, float size1, float size2, float size3, float angle, float x1Beg, float x1End, float p1Beg, float p1End, float d1Num, float f1Num, int n1Tic, int grid1, char *label1, float x2Beg, float x2End, float p2Beg, float p2End, float d2Num, float f2Num, int n2Tic, int grid2, char *label2, float x3Beg, float x3End, float p3Beg, float p3End, float d3Num, float f3Num, int n3Tic, int grid3, char *label3, char *labelFont, float labelSize, char *title, char *titleFont, float titleSize, char *titleColor, char *axesColor, char *gridColor);Input:x x coordinate of lower left corner of boxy y coordinate of lower left corner of boxsize1 size of 1st dimension of the input cubesize2 size of 2nd dimension of the input cubesize3 size of 3rd dimension of the input cubeangle projection angle of the cube x1Beg 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 1d1Num numbered tic increment for axis 1 (0.0 for automatic)f1Num first numbered tic for axis 1n1Tic number of tics for axis 1grid1 grid code for axis 1: NONE, DOT, DASH, or SOLIDlabel1 label for 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 2d2Num numbered tic increment for axis 2 (0.0 for automatic)f2Num first numbered tic for axis 2n2Tic number of tics for axis 2grid2 grid code for axis 2: NONE, DOT, DASH, or SOLIDlabel2 label for axis 2x3Beg axis value at beginning of axis 3x3End axis value at end of axis 3p3Beg pad value at beginning of axis 3p3End pad value at end of axis 3d3Num numbered tic increment for axis 3 (0.0 for automatic)f3Num first numbered tic for axis 3n3Tic number of tics for axis 3grid3 grid code for axis 3: NONE, DOT, DASH, or SOLIDlabel3 label for axis 3labelFont name of font to use for axes labelslabelSize size of font to use for axes labelstitle axes box titletitleFont name of font to use for titletitleSize size of font to use for titletitleColor color to use for titleaxesColor color to use for axes and axes labelsgridColor color to use for grid linesAuthors: Zhiming Li & Dave Hale, Colorado School of Mines, 6/90Modified: Craig Artley, Colorado School of Mines, 3/12/93 Changed name to psCubeAxesBox (from psAxes3), fixed minor bugs.Modified: Craig Artley, Colorado School of Mines, 12/16/93 Added color parameters for title, axes, and grid.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -