Changeset 2253 in Sophya
- Timestamp:
- Nov 7, 2002, 1:45:18 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Manual/piapp.tex
r2172 r2253 222 222 # Surface representation of a matrix 223 223 surf mtx1 colbr32 224 # Contour representation of a matrix 225 contour mtx1 'colrj32 normalline ncont=7' 224 226 # 3D representation of points using a PAW like command 225 227 n/plot nt31.z%y%x ! ! win … … 356 358 \newpage 357 359 \section{piapp command reference} 360 \label{piappcmdref} 358 361 This section contains the description of piapp commands. This information 359 362 is available on-line, through the help command, or through a graphic … … 433 436 The {\bf PIHisto2DTools}, shown in the figure \ref{figh2dtools} can be 434 437 used to control and change the display caracteristics of 2D histograms. 435 PIHisto2DTools can be activated using {\tt Alt<O>} on a438 PIHisto2DTools can be activated 436 439 either using {\tt Alt<O>} on a PIScDrawWdg, when the active 437 440 drawer is a PIHisto2DDrawer, or through the generic drawer tool … … 452 455 The {\bf PIContourTools}, shown in the figure \ref{figconttools} can be 453 456 used to control and change the caracteristics of contour displays. 454 PIContourTools can be activated using {\tt Alt<O>} on a457 PIContourTools can be activated 455 458 either using {\tt Alt<O>} on a PIScDrawWdg, when the active 456 459 drawer is a PIContDrawer, or through the generic drawer tool … … 467 470 468 471 472 473 Both drawing options (e.g. color, line type, fonts...) and contour 474 determination parameters (e.g. contour number and levels) are controlled 475 by {\bf PIContourTools}. 476 477 \subsection{Drawing options} 478 The top choices in {\bf PIContourTools} 479 concern the color map (left choice) or color (right choice) of the contours. 480 If a color map has been chosen, it is used to give each contour a color 481 (according to its level). If no color map has been chosen, contours may be 482 given a color using the left choice box. 483 484 Contour are by default traced by lines. 485 Alternatively (or in addition) the user may ask to trace them by markers 486 or to put numeric labels (with the contour's level) aside the contour. 487 These options are enabled/disabled by the {\tt LineON}, {\tt MarkerON} and {\tt LabelON} 488 buttons from {\bf PIContourTools}. 489 490 Options may be recovered ({\tt GetAtt}) or set ({\tt SetAtt}) 491 from/to a drawer. Setting an option which adds to the screen will be immediately visible 492 whereas unsetting it requires a {\tt Refresh} to be visible. 493 494 495 \subsection{Contour options} 496 The contouring routines in {\tt spiapp} are based on a hack of the {\tt GNUPlot} 497 routines. Contours are determined from a grid of values 498 using an interpolation scheme. Three schemes may be used 499 (selected by the left menu) : 500 \begin{enumerate} 501 \item Linear interpolation (default), selected by the {\tt Int. Lin.} option 502 \item A cubic spline algorithm, selected by the {\tt CubicSpl} option 503 \item A 2d BSpline algorihm, selected by the {\tt B-Spline} option 504 \end{enumerate} 505 506 Contour levels and number are automatically 507 determined by the program. They may be specified differently, 508 through command-line options 509 (see section \ref{piappcmdref} for the help of the contour/ntcont commands) 510 or the lower part of the {\bf PIContourTools} window. 511 512 The user may specify one of the following alternatives : 513 \begin{enumerate} 514 \item the number of contour (their level beeing automatically set). 515 To do this, select {\tt LevelNum} in the right menu and enter the contour number 516 in the left box below. 517 \item the levels of the contours, through an array of numerical values 518 (e.g. 1,4,6,9,27,4.5 will result in 6 contour lines being drawn, if possible and necessary). 519 To do this, select {\tt LevelDisc} and enter the contour number (left box) 520 and the values (right box) separated by ``{\tt ,}''. 521 \item the levels of the contours through an initial (lower) value and an increment. 522 For this, select {\tt LevelInc} and enter the contour number (left box) 523 and the initial value and increment in the right box, as above. 524 \item come back to the default situation, by choosing {\tt LevelAuto} 525 \end{enumerate} 526 527 Once these options are set, it is necessary the the program recomputes 528 the contour lines. This is commanded by the {\tt SetParm} button. 529 530 469 531 \newpage 470 532 \addcontentsline{toc}{section}{Index}
Note:
See TracChangeset
for help on using the changeset viewer.