Changeset 3443 in Sophya
- Timestamp:
- Dec 15, 2007, 2:11:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Manual/piapp.tex
r3442 r3443 603 603 Graphical representation of most objects in piapp is 604 604 handled through objects inheriting from the {\bf PIDrawer class}. A base drawer 605 (PIElDrawer, number 0) associated to all three above viewers manages the axes drawing 606 as well as the added graphic elements (text, arrow, \ldots). A drawer management menu 605 ({\bf PIElDrawer}, number 0) is associated to the three viewers presented above, 606 and manages the axes drawing as well as the added graphic elements 607 (text, arrow, \ldots). A drawer management menu 607 608 can be activated using {\tt $<$Alt$>$D}. This menu can be used to move and resize 608 609 drawers, or to display a window for changing drawers graphic attributes. … … 636 637 specifying some of the axes attributes, such as color or the font used for 637 638 drawing the axes. The command {\bf setaxesatt} (\myppageref{setaxesatt}) 638 should thus be used to specify generic graphic attributes (color, font, line type). \\639 for axes.640 \ begin{itemize}641 \item[\bul] The {\bf PIScDrawWdg} viewer options: \\ 639 should thus be used to specify generic graphic attributes 640 (color, font, line type) for axes. 641 \subsubsection{PIScDrawWdg} 642 The {\bf PIScDrawWdg} which handles 2d graphics recognizes the following options: 642 643 \begin{verbatim} 643 644 >> To define the 2D axes limits (in user coordinates) … … 652 653 \end{verbatim} 653 654 %%% 654 \item[\bul] The {\bf PIDraw3DWdg} viewer options: \\ 655 \subsubsection{PIDraw3DWdg} 656 The {\bf PIDraw3DWdg} which handles 3d graphics recognizes the following options: 655 657 \begin{verbatim} 656 658 >> To define the 3D box limits : … … 666 668 \end{verbatim} 667 669 %%% 668 \item[\bul] The {\bf PIImage} viewer options: \\ 670 \subsubsection{PIImage} 671 The {\bf PIImage} which handles image display recognizes the following options: 669 672 \begin{verbatim} 670 673 >> Define display zoomfactor … … 705 708 \end{verbatim} 706 709 %%% 707 \item[\bul] The {\bf PIGraphicAtt} Generic graphic attributes (color/font/line \ldots) 708 decoded by all drawers: \\ 710 \subsubsection{PIGraphicAtt} 711 The {\bf PIGraphicAtt} Generic graphic attributes (color/font/line \ldots) 712 decoded by all drawers: 709 713 \begin{verbatim} 710 714 >>> color=ColorName - fgcolor=ColorName - bgcolor=ColorName … … 749 753 \end{verbatim} 750 754 %%%% 751 \item[\bul] The {\bf PIElDrawer} decodes axe drawing attributes: \\ 755 \subsubsection{PIElDrawer} 756 The {\bf PIElDrawer} decodes axe drawing attributes: 752 757 \begin{verbatim} 753 758 >> Axe and grid configuration flags: … … 768 773 769 774 \end{verbatim} 770 \item[\bul]The {\bf PINTuple} handles most 2D plotting : \\775 The {\bf PINTuple} handles most 2D plotting : \\ 771 776 \begin{verbatim} 772 777 sta,stat,stats: activate statistic display … … 782 787 \end{verbatim} 783 788 %%% 784 \item[\bul] {\bf PIHisto} and {\bf PIHisto2D} handle1D and 2D histograms display. \\ 785 The following options are recognised by PIHisto: \\ 789 \subsubsection{PIHisto, PIHisto2D} 790 {\bf PIHisto} and {\bf PIHisto2D} handle1D and 2D histograms display. \\ 791 The following options are recognised by {\bf PIHisto}: \\ 786 792 \begin{verbatim} 787 793 ---- PIHisto options help info : … … 803 809 804 810 \end{verbatim} 805 The following options are recognised by PIHisto2D: \\811 The following options are recognised by {\bf PIHisto2D}: \\ 806 812 \begin{verbatim} 807 813 - sta,stat,stats: activate statistic display … … 823 829 \end{verbatim} 824 830 %%%% 825 \item[\bul] The {\bf PINTuple3D} and {\bf PISurfaceDrawer} 826 handles basic 3D plotting and can decode the common 3D box options: \\ 831 \subsubsection{PINTuple3D , PISurfaceDrawer} 832 The {\bf PINTuple3D} and {\bf PISurfaceDrawer} 833 handles basic 3D plotting and can decode the common 3D box options: 827 834 \begin{verbatim} 828 835 X/Y,Z axis rescaling option (-> cubic 3D box) … … 831 838 rescalexy=autoscalexy / norescalexy=noautoscalexy : Z axis 832 839 \end{verbatim} 833 The PINTuple3Ddecodes in addition the following options:840 The {\bf PINTuple3D} decodes in addition the following options: 834 841 \begin{verbatim} 835 842 connectpoints: The points are connected by a line … … 839 846 840 847 \end{verbatim} 841 \item[\bul] The {\bf (PIContourDrawer)} decodes the following options : \\ 848 849 \subsubsection{PIContourDrawer} 850 The {\bf PIContourDrawer} decodes the following options : \\ 842 851 \begin{verbatim} 843 852 autolevels : automatic selection of levels and number of contours … … 850 859 \end{verbatim} 851 860 852 \item[\bul] {\bf PIBarGraph} options : \\ 861 \subsubsection{PIBarGraph , PITextDrawer} 862 {\bf PIBarGraph} is used by the {\tt bargraph} \myppageref{bargraph} 863 command and has the following graphic options: 853 864 \begin{verbatim} 854 865 ---- PIBarGraph options help info : … … 859 870 --- + Usual colr/line/font attribute decoding ... 860 871 \end{verbatim} 861 \end{itemize} 872 The command {\tt textdrawer} \myppageref{textdrawer} uses the 873 {\bf PITextDrawer} which has the following options : \\ 874 \hspace*{10mm} {\tt frame,noframe: enable/disable frame drawing} 862 875 863 876
Note:
See TracChangeset
for help on using the changeset viewer.