node47.html
来自「htmdoc for html coding」· HTML 代码 · 共 419 行 · 第 1/2 页
HTML
419 行
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2 Final//FR"><!-- Converted with LaTeX2HTML 95.1 (Fri Jan 20 1995) --><!-- by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds --><!-- Modified Simulog 03/97 --><HTML><HEAD><TITLE>4.3 Complete description of TRACXX </TITLE><LINK REL=STYLESHEET TYPE="text/css" HREF="./Modulef.css" TITLE="Modulef CSS"><meta name="description" value="4.3 Complete description of TRACXX "><meta name="keywords" value="Guide6"><meta name="resource-type" value="document"><meta name="distribution" value="global"></HEAD><BODY BGCOLOR="#FFFFFF"><P> <IMG SRC="../icons/smallmod.gif" WIDTH=211 HEIGHT=50 ALIGN=BOTTOM ALT="Modulef"><A NAME=tex2html1030 HREF="node46.html"><IMG BORDER=0 ALIGN=BOTTOM SRC="../icons/previous_motif.gif" ALT="previous"></A><A NAME=tex2html1034 HREF="node44.html"><IMG BORDER=0 ALIGN=BOTTOM SRC="../icons/up_motif.gif" ALT="up"></A><A NAME=tex2html1036 HREF="node48.html"><IMG BORDER=0 ALIGN=BOTTOM SRC="../icons/next_motif.gif" ALT="next"></A><A NAME=tex2html1038 HREF="node2.html"><IMG BORDER=0 ALIGN=BOTTOM SRC="../icons/contents_motif.gif" ALT="contents"></A><A HREF="../Guide6-18/node47.html"><IMG BORDER=0 SRC="../icons/zoom18.gif" ALIGN=BOTTOM ALT="[BIG]"></A><A HREF="../Guide6-14/node47.html"><IMG BORDER=0 SRC="../icons/zoom14.gif" ALIGN=BOTTOM ALT="[Normal]"></A><A HREF="../Guide6-10/node47.html"><IMG BORDER=0 SRC="../icons/zoom10.gif" ALIGN=BOTTOM ALT="[small]"></A><BR><B> Next: </B> <A NAME=tex2html1037 HREF="node48.html">5 Visualization of surfaces</A><B>Up: </B> <A NAME=tex2html1035 HREF="node44.html">4 Visualization of curves</A><B> Prev: </B> <A NAME=tex2html1031 HREF="node46.html">4.2 Utilization of TRACXX </A><B><A HREF="node2.html" >Contents</A></B><HR SIZE=3 WIDTH="75%"><H1><A NAME=SECTION04530000000000000000>4.3 Complete description of TRACXX </A></H1><P><P><P>The module computes the extrema corresponding to the curves to be plotted automatically so that thecorners of the box in which the plot will be displayed can be defined.<P>The line type or symbol used to plot a curve is chosen automatically by alternating (modulo the number of possibilities which exist) the choice corresponding to the type retained.<P>In practice, we use preprocessor <b> TRACXX</b>, to indicate to the module the different choices made of the possibilities offered.The only point which is a bit delicate is the one linked to the definition of the axis appearing on the plot.<P><P><P>The menu of TRAKOU (module called in this case) consists of a general part, a part related to the definition of the axis,a part related to the definition of the analytical functions, anda part related to the definition of an interpolation.<P>A default value is proposed for each option. To modify it, it suffices to select thenumber of the corresponding key and enter the value(s) desired.<P><DL COMPACT><DT>Principal part of the menu:<DD> <P><PRE> ------------------------------------------------------------ | 11 | DEVICE NUMBER | 1 ------------------------------------------------------------ | 12 | PLOT TITLE | ------------------------------------------------------------ | 13 | SOLID LINE | 0 ------------------------------------------------------------ | 18 | ANALYTICAL FUNCTION | NO ------------------------------------------------------------ | 19 | INTERPOLATION | NO ------------------------------------------------------------ | 20 | FILE TO PLOT | courbe1.data ------------------------------------------------------------ | | CURVES'S EXTREMA IN X | 1.000000 20.00000 ------------------------------------------------------------ | 21 | EXTREMA FOR THE X'AXIS | 1.000000 20.00000 ------------------------------------------------------------ | | CURVES'S EXTREMA IN Y | 0.0000000 50.00000 ------------------------------------------------------------ | 21 | EXTREMA FOR THE Y'AXIS | 0.0000000 50.00000 ------------------------------------------------------------ | 22 | X'S SCALE | LINEAR ------------------------------------------------------------ | 22 | Y SCALE | LINEAR ------------------------------------------------------------ | 30 | PLOT SIZE | AUTO ------------------------------------------------------------ | 40 | CHARACTERS TYPE | HARD ------------------------------------------------------------ | 60 | GENERAL LEGEND | YES ------------------------------------------------------------ | 61 | AXES WITH LEGEND | NO ------------------------------------------------------------ | 62 | AXES DEFINITION | AUTO ------------------------------------------------------------ | 63 | CURVE(S) WITH LEGEND | NO ------------------------------------------------------------ | 64 | GRID | NO ------------------------------------------------------------ | 80 | PLOT OF CURVE 1 BY LINES ------------------------------------------------------------ | 80 | PLOT OF CURVE 2 BY LINES ------------------------------------------------------------ | 81 | CURVE GRAPHICS | AUTO ------------------------------------------------------------ | 82 | LINE THICKNESS | 1 ------------------------------------------------------------ | 83 | HELP (LINE, GRAPHICS) | ------------------------------------------------------------ | 90 | SAVE CURVES | NON ------------------------------------------------------------</PRE><P>A key (a number) and a status correspond to each item. To modify the status, it suffices to type thekey and enter the values corresponding to the status desired (see the general introduction).<P><DL COMPACT><DT>Key 11:<DD> the device number.<DT>Key 12:<DD> the title which will appear on the plot in the legend part of the plot.<DT>Key 13:<DD> the plot of the curves is done by considering all the points of measure (default choice: 0), byconsidering only one point in 2 (3, 4, ...) (choice -2, -3, etc.), or by joining 2, 3, etc. consecutive points and then by passing to the following packet of 2, 3, etc. points by jumping aninterval (choice 2, 3, etc.).<DT>Key 18:<DD> by typing 18 we go to the analytical function definition sub-menu to add a curve to thedisplayed plot; the curve is defined via a function. By default, the extrema are those of the initial plot; tochange them refer to the sub-menu which appears in this case, described below).<DT>Key 19:<DD> No by default, it enables the user to construct and plot the curve interpolation function. This key triggers a sub-menu, described below.<DT>Key 20:<DD> the name of the files containing the values. To change files, we activate this key and input the new file name.<DT>Key 21:<DD> the extrema are calculated for all the curves (which gives the default values) andcan be adjusted (take care in the case of analytical curves where the extrema of the curves aredefined at the moment when we input each curve).<DT>Key 22:<DD> the choice of scale type, be default Linear. All couples are possible(linear in x and/or y, logarithmic in x and/or y). <DT>Key 30:<DD> the plot will be full screen, otherwise the user must specify the size in cm.<DT>Key 40:<DD> the type of characters plotted: hardware (by default), software if not. <DT>Key 60:<DD> the general legend (there is a legend by default) corresponds to theindications appearing to the right of the plot (see examples: title, date, file name, ...). <DT>Key 61:<DD> by default there is no legend on the axis. To obtain one, activate this key or go to key 62.<DT>Key 62:<DD> by default the axis consists of 3 intervals subdivided into 5 sub-intervals.By selecting this key, we go to the axis definition sub-menu, described below. <DT>Key 63:<DD> if there is a general legend, it can include legends associated witheach curve written next to a line, of the same type as the corresponding curve (itis preferably to type this legend between quotes).<DT>Key 64:<DD> to plot a grid (no by default). By activating this key, the user can requestto plot a baseline grid on the intervals (rough grid) or on the intervals andsub-intervals (fine grid).<DT>Key 80:<DD> the type of curve representation: lines (by default) and/or symbols for allthe curves (one line 80 per curve is displayed in the menu), or the choice, for each curve, between:<UL><LI> the plot type: lines, symbols, lines and symbols, histogram, shading (in the case of one single curve);</UL><DT>Key 81:<DD> the graphical representation of the curves, automatic choice by default, orthe choice, for each curve (one line 81 per curve as a function of its plot type, key 80)between:<UL><LI> the graphic characteristics: color, thickness, size, line or symbol type.</UL><DT>Key 82:<DD> to define the line thickness of the axis.<DT>Key 83:<DD> by activating this key, the different possibilities offered, each case marked by a number, is displayed on the screen.<DT>Key 90:<DD> save all or part of the curves of the current plot in the form of a file (re-interpretable by <b> TRACXX</b>).<P> </DL><P><P><P><DT>Definition of the axis:<DD> <P>The user activates key 62 to define the axes him/herself.For example, for the x-axis the following menu appears (an identical menu is obtained, directly after, for the y-axis):<P><PRE> ------------------------------------------------------------- --- DEFINITION FOR THE X AXIS : ------------------------------------------------------------- | 10 | SCALE | LINEAR ------------------------------------------------------------ | 11 | LEGEND ON THE 2 AXES | NO ------------------------------------------------------------ | 12 | DEFINITION GRADUATIONS | AUTOMATIC CUT ------------------------------------------------------------ | 13 | NUMBER OF INTERVALS | 3 ------------------------------------------------------------ | 14 | NUMBER OF SUB-INTERVALS | 5 ------------------------------------------------------------ | 16 | FORMAT OF VALUES | F*. 1 ------------------------------------------------------------ | 17 | SIZE FACTOR (X) | 1.000000 ------------------------------------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?