Changeset 3151 in Sophya for trunk/SophyaLib/Manual
- Timestamp:
- Jan 19, 2007, 1:51:26 PM (19 years ago)
- Location:
- trunk/SophyaLib/Manual
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Manual/Makefile
r2807 r3151 6 6 clean: 7 7 rm -rf *.o dox_filter 8 if [ -d . ] ; then cd ./ ; rm -rf html latex man rtf; fi8 if [ -d /home/manip/mnt/planck/cmv/SophyaWork/Linux/../Manual/ ] ; then cd /home/manip/mnt/planck/cmv/SophyaWork/Linux/../Manual// ; rm -rf html latex man rtf; fi 9 9 10 10 #------------------------------------------------------- 11 11 copy: 12 if [ ! -d ./latex ] ; then mkdir ./latex; fi13 cp -p *.tex *.sty *.eps *.inc ./latex/.12 if [ ! -d /home/manip/mnt/planck/cmv/SophyaWork/Linux/../Manual//latex ] ; then mkdir /home/manip/mnt/planck/cmv/SophyaWork/Linux/../Manual//latex; fi 13 cp -p *.tex *.sty *.eps *.inc /home/manip/mnt/planck/cmv/SophyaWork/Linux/../Manual//latex/. 14 14 15 15 #------------------------------------------------------- … … 25 25 26 26 #------------------------------------------------------- 27 sophya: copy ./latex/sophya.ps27 sophya: copy /home/manip/mnt/planck/cmv/SophyaWork/Linux/../Manual//latex/sophya.ps 28 28 29 ./latex/sophya.ps: sophya.tex defsophya.sty blue_sophya_400.eps ex1.inc30 cd ./latex/; \29 /home/manip/mnt/planck/cmv/SophyaWork/Linux/../Manual//latex/sophya.ps: sophya.tex defsophya.sty blue_sophya_400.eps ex1.inc 30 cd /home/manip/mnt/planck/cmv/SophyaWork/Linux/../Manual//latex/; \ 31 31 latex sophya.tex; \ 32 32 makeindex sophya; \ … … 34 34 dvips -o sophya.ps sophya.dvi 35 35 36 piapp: copy ./latex/piapp.ps36 piapp: copy /home/manip/mnt/planck/cmv/SophyaWork/Linux/../Manual//latex/piapp.ps 37 37 38 ./latex/piapp.ps: piapp.tex piahelp.tex defsophya.sty39 cd ./latex/; \38 /home/manip/mnt/planck/cmv/SophyaWork/Linux/../Manual//latex/piapp.ps: piapp.tex piahelp.tex defsophya.sty 39 cd /home/manip/mnt/planck/cmv/SophyaWork/Linux/../Manual//latex/; \ 40 40 latex piapp.tex; \ 41 41 makeindex piapp; \ … … 43 43 dvips -o piapp.ps piapp.dvi 44 44 45 pmixer: copy ./latex/pmixer.ps45 pmixer: copy /home/manip/mnt/planck/cmv/SophyaWork/Linux/../Manual//latex/pmixer.ps 46 46 47 ./latex/pmixer.ps: pmixer.tex48 cd ./latex/; \47 /home/manip/mnt/planck/cmv/SophyaWork/Linux/../Manual//latex/pmixer.ps: pmixer.tex 48 cd /home/manip/mnt/planck/cmv/SophyaWork/Linux/../Manual//latex/; \ 49 49 latex pmixer.tex; \ 50 50 latex pmixer; \ -
trunk/SophyaLib/Manual/piapp.tex
r3138 r3151 704 704 \begin{verbatim} 705 705 ---- PIHisto options help info : 706 draw=v: draw bin content707 =e: draw bin error (if exist)708 =n: draw number of entries in the bin (if exist)709 default: draw scaled and offset value (default)710 706 sta,stat,stats: activate statistic display 711 707 nsta,nstat,nostat,nostats: deactivate statistic display … … 715 711 statposoff=OffsetX,OffsetY : Position offset for Stats drawing 716 712 as a fraction of total size 717 ---- HistoWrapper options : 718 hscale=value : multiplicative factor (in Y) 719 hoffset=value : additive coefficient (in Y) 720 hs1 : set hscale=1 hoffset=0 (default) 713 ---- HistoWrapper options : 714 hbincont: select bin content as Y value for display (default) 715 hbinerr: select bin error as Y value for display 716 hbinent: select bin entries as Y value for display 717 hscale=value : multiplicative factor for Y value 718 hoffset=value : additive coefficient for Y value 719 hs1: set hscale=1 hoffset=0 (default) 720 hscale=value : multiplicative factor (in Y) 721 721 722 722 \end{verbatim} … … 737 737 - use key "revcmap" to reverse color table 738 738 - h2frac=[fmin][,fmax]: choose sub-range display [0,1] 739 ---- HistoWrapper options : (see HistoWrapper above) 739 740 740 741 \end{verbatim}
Note:
See TracChangeset
for help on using the changeset viewer.