<OT> unix math function: norm

Alan Jackson ajackson
Mon May 17 11:31:53 PDT 2004


When I have done that I have calculated the mean and standard deviation, and then used those
to create a gaussian curve. You also need to normalize the curve to fit the data, since a
normal gaussian distribution is normed to 1, but that is just a scale factor.

On Sun, 26 May 2002 18:07:45 -0400  Joel Hammer wrote:
> 
> --MGYHOYXEY6WxJCY8
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> 
> Thanks for the answer. It is helpful.
> 
> What I would like to do is make a Gaussian normal curve that will
> superimpose itself over bar graphs showing a population distribution.
> The idea is to give an immediate visual impression of how far from
> "normal" the population data is given the population mean and std dev.
> I haven't had success with this. I can't seen to get it right.  What I
> see is a much higher peak of my normal curve than what I see in my
> data. I have attached a plot in fact. Here is the plot file for this.
> (I use a big bash script to see this stuff up for gnuplot.)
> 
> set key left Left
> u=13.35000000000000000000
> var=.47548245614035087719
> display_v=.475
> display_u=13.350
> set label 1 "mean = 13.350 " at 15.2,.13205 right
> set label 2 "std dev = .689 " at 15.2,.13205*.95 right
> set label 3 "std error mean = .052 " at 15.2 ,.13205*.90 right
> set label 4 "count = 172 " at 15.2,.13205*.85 right
> std=.68955235924500387223
> count=172
> stderrormean=.0027
> set ylabel "Result Result Frequency"
> set xlabel " "
> f(x)=exp(-((x-u)**2/(2*var)))/(sqrt(2*pi*var))
> plot "/tmp/plot_data_bar" using 2:1 notitle with boxes , f(x)           
> 
> Note: My graph labels get squashed when I add the Normal curve. That's on my todo
> list after I understand what these normal curves really mean.
> BTW, gnuplot is lots of fun and it seems to work for my simple needs.
> 
> Joel
> 
> 
> --MGYHOYXEY6WxJCY8
> Content-Type: application/postscript
> Content-Disposition: attachment; filename="gauss.ps"
> 
> %!PS-Adobe-2.0
> %%Title: gauss.ps
> %%Creator: gnuplot 3.7 patchlevel 0
> %%CreationDate: Sun May 26 18:00:41 2002
> %%DocumentFonts: (atend)
> %%Orientation: Landscape
> %%Pages: (atend)
> %%EndComments
> /gnudict 256 dict def
> gnudict begin
> /Color false def
> /Solid false def
> /gnulinewidth 5.000 def
> /userlinewidth gnulinewidth def
> /vshift -46 def
> /dl {10 mul} def
> /hpt_ 31.5 def
> /vpt_ 31.5 def
> /hpt hpt_ def
> /vpt vpt_ def
> /M {moveto} bind def
> /L {lineto} bind def
> /R {rmoveto} bind def
> /V {rlineto} bind def
> /vpt2 vpt 2 mul def
> /hpt2 hpt 2 mul def
> /Lshow { currentpoint stroke M
>   0 vshift R show } def
> /Rshow { currentpoint stroke M
>   dup stringwidth pop neg vshift R show } def
> /Cshow { currentpoint stroke M
>   dup stringwidth pop -2 div vshift R show } def
> /UP { dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
>   /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def } def
> /DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
>  {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
> /BL { stroke gnulinewidth 2 mul setlinewidth } def
> /AL { stroke gnulinewidth 2 div setlinewidth } def
> /UL { gnulinewidth mul /userlinewidth exch def } def
> /PL { stroke userlinewidth setlinewidth } def
> /LTb { BL [] 0 0 0 DL } def
> /LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
> /LT0 { PL [] 1 0 0 DL } def
> /LT1 { PL [4 dl 2 dl] 0 1 0 DL } def
> /LT2 { PL [2 dl 3 dl] 0 0 1 DL } def
> /LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
> /LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
> /LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
> /LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
> /LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
> /LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
> /Pnt { stroke [] 0 setdash
>    gsave 1 setlinecap M 0 0 V stroke grestore } def
> /Dia { stroke [] 0 setdash 2 copy vpt add M
>   hpt neg vpt neg V hpt vpt neg V
>   hpt vpt V hpt neg vpt V closepath stroke
>   Pnt } def
> /Pls { stroke [] 0 setdash vpt sub M 0 vpt2 V
>   currentpoint stroke M
>   hpt neg vpt neg R hpt2 0 V stroke
>   } def
> /Box { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
>   0 vpt2 neg V hpt2 0 V 0 vpt2 V
>   hpt2 neg 0 V closepath stroke
>   Pnt } def
> /Crs { stroke [] 0 setdash exch hpt sub exch vpt add M
>   hpt2 vpt2 neg V currentpoint stroke M
>   hpt2 neg 0 R hpt2 vpt2 V stroke } def
> /TriU { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
>   hpt neg vpt -1.62 mul V
>   hpt 2 mul 0 V
>   hpt neg vpt 1.62 mul V closepath stroke
>   Pnt  } def
> /Star { 2 copy Pls Crs } def
> /BoxF { stroke [] 0 setdash exch hpt sub exch vpt add M
>   0 vpt2 neg V  hpt2 0 V  0 vpt2 V
>   hpt2 neg 0 V  closepath fill } def
> /TriUF { stroke [] 0 setdash vpt 1.12 mul add M
>   hpt neg vpt -1.62 mul V
>   hpt 2 mul 0 V
>   hpt neg vpt 1.62 mul V closepath fill } def
> /TriD { stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
>   hpt neg vpt 1.62 mul V
>   hpt 2 mul 0 V
>   hpt neg vpt -1.62 mul V closepath stroke
>   Pnt  } def
> /TriDF { stroke [] 0 setdash vpt 1.12 mul sub M
>   hpt neg vpt 1.62 mul V
>   hpt 2 mul 0 V
>   hpt neg vpt -1.62 mul V closepath fill} def
> /DiaF { stroke [] 0 setdash vpt add M
>   hpt neg vpt neg V hpt vpt neg V
>   hpt vpt V hpt neg vpt V closepath fill } def
> /Pent { stroke [] 0 setdash 2 copy gsave
>   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
>   closepath stroke grestore Pnt } def
> /PentF { stroke [] 0 setdash gsave
>   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
>   closepath fill grestore } def
> /Circle { stroke [] 0 setdash 2 copy
>   hpt 0 360 arc stroke Pnt } def
> /CircleF { stroke [] 0 setdash hpt 0 360 arc fill } def
> /C0 { BL [] 0 setdash 2 copy moveto vpt 90 450  arc } bind def
> /C1 { BL [] 0 setdash 2 copy        moveto
>        2 copy  vpt 0 90 arc closepath fill
>                vpt 0 360 arc closepath } bind def
> /C2 { BL [] 0 setdash 2 copy moveto
>        2 copy  vpt 90 180 arc closepath fill
>                vpt 0 360 arc closepath } bind def
> /C3 { BL [] 0 setdash 2 copy moveto
>        2 copy  vpt 0 180 arc closepath fill
>                vpt 0 360 arc closepath } bind def
> /C4 { BL [] 0 setdash 2 copy moveto
>        2 copy  vpt 180 270 arc closepath fill
>                vpt 0 360 arc closepath } bind def
> /C5 { BL [] 0 setdash 2 copy moveto
>        2 copy  vpt 0 90 arc
>        2 copy moveto
>        2 copy  vpt 180 270 arc closepath fill
>                vpt 0 360 arc } bind def
> /C6 { BL [] 0 setdash 2 copy moveto
>       2 copy  vpt 90 270 arc closepath fill
>               vpt 0 360 arc closepath } bind def
> /C7 { BL [] 0 setdash 2 copy moveto
>       2 copy  vpt 0 270 arc closepath fill
>               vpt 0 360 arc closepath } bind def
> /C8 { BL [] 0 setdash 2 copy moveto
>       2 copy vpt 270 360 arc closepath fill
>               vpt 0 360 arc closepath } bind def
> /C9 { BL [] 0 setdash 2 copy moveto
>       2 copy  vpt 270 450 arc closepath fill
>               vpt 0 360 arc closepath } bind def
> /C10 { BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
>        2 copy moveto
>        2 copy vpt 90 180 arc closepath fill
>                vpt 0 360 arc closepath } bind def
> /C11 { BL [] 0 setdash 2 copy moveto
>        2 copy  vpt 0 180 arc closepath fill
>        2 copy moveto
>        2 copy  vpt 270 360 arc closepath fill
>                vpt 0 360 arc closepath } bind def
> /C12 { BL [] 0 setdash 2 copy moveto
>        2 copy  vpt 180 360 arc closepath fill
>                vpt 0 360 arc closepath } bind def
> /C13 { BL [] 0 setdash  2 copy moveto
>        2 copy  vpt 0 90 arc closepath fill
>        2 copy moveto
>        2 copy  vpt 180 360 arc closepath fill
>                vpt 0 360 arc closepath } bind def
> /C14 { BL [] 0 setdash 2 copy moveto
>        2 copy  vpt 90 360 arc closepath fill
>                vpt 0 360 arc } bind def
> /C15 { BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
>                vpt 0 360 arc closepath } bind def
> /Rec   { newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
>        neg 0 rlineto closepath } bind def
> /Square { dup Rec } bind def
> /Bsquare { vpt sub exch vpt sub exch vpt2 Square } bind def
> /S0 { BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare } bind def
> /S1 { BL [] 0 setdash 2 copy vpt Square fill Bsquare } bind def
> /S2 { BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare } bind def
> /S3 { BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare } bind def
> /S4 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare } bind def
> /S5 { BL [] 0 setdash 2 copy 2 copy vpt Square fill
>        exch vpt sub exch vpt sub vpt Square fill Bsquare } bind def
> /S6 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare } bind def
> /S7 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
>        2 copy vpt Square fill
>        Bsquare } bind def
> /S8 { BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare } bind def
> /S9 { BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare } bind def
> /S10 { BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
>        Bsquare } bind def
> /S11 { BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
>        Bsquare } bind def
> /S12 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare } bind def
> /S13 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
>        2 copy vpt Square fill Bsquare } bind def
> /S14 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
>        2 copy exch vpt sub exch vpt Square fill Bsquare } bind def
> /S15 { BL [] 0 setdash 2 copy Bsquare fill Bsquare } bind def
> /D0 { gsave translate 45 rotate 0 0 S0 stroke grestore } bind def
> /D1 { gsave translate 45 rotate 0 0 S1 stroke grestore } bind def
> /D2 { gsave translate 45 rotate 0 0 S2 stroke grestore } bind def
> /D3 { gsave translate 45 rotate 0 0 S3 stroke grestore } bind def
> /D4 { gsave translate 45 rotate 0 0 S4 stroke grestore } bind def
> /D5 { gsave translate 45 rotate 0 0 S5 stroke grestore } bind def
> /D6 { gsave translate 45 rotate 0 0 S6 stroke grestore } bind def
> /D7 { gsave translate 45 rotate 0 0 S7 stroke grestore } bind def
> /D8 { gsave translate 45 rotate 0 0 S8 stroke grestore } bind def
> /D9 { gsave translate 45 rotate 0 0 S9 stroke grestore } bind def
> /D10 { gsave translate 45 rotate 0 0 S10 stroke grestore } bind def
> /D11 { gsave translate 45 rotate 0 0 S11 stroke grestore } bind def
> /D12 { gsave translate 45 rotate 0 0 S12 stroke grestore } bind def
> /D13 { gsave translate 45 rotate 0 0 S13 stroke grestore } bind def
> /D14 { gsave translate 45 rotate 0 0 S14 stroke grestore } bind def
> /D15 { gsave translate 45 rotate 0 0 S15 stroke grestore } bind def
> /DiaE { stroke [] 0 setdash vpt add M
>   hpt neg vpt neg V hpt vpt neg V
>   hpt vpt V hpt neg vpt V closepath stroke } def
> /BoxE { stroke [] 0 setdash exch hpt sub exch vpt add M
>   0 vpt2 neg V hpt2 0 V 0 vpt2 V
>   hpt2 neg 0 V closepath stroke } def
> /TriUE { stroke [] 0 setdash vpt 1.12 mul add M
>   hpt neg vpt -1.62 mul V
>   hpt 2 mul 0 V
>   hpt neg vpt 1.62 mul V closepath stroke } def
> /TriDE { stroke [] 0 setdash vpt 1.12 mul sub M
>   hpt neg vpt 1.62 mul V
>   hpt 2 mul 0 V
>   hpt neg vpt -1.62 mul V closepath stroke } def
> /PentE { stroke [] 0 setdash gsave
>   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
>   closepath stroke grestore } def
> /CircE { stroke [] 0 setdash 
>   hpt 0 360 arc stroke } def
> /Opaque { gsave closepath 1 setgray fill grestore 0 setgray closepath } def
> /DiaW { stroke [] 0 setdash vpt add M
>   hpt neg vpt neg V hpt vpt neg V
>   hpt vpt V hpt neg vpt V Opaque stroke } def
> /BoxW { stroke [] 0 setdash exch hpt sub exch vpt add M
>   0 vpt2 neg V hpt2 0 V 0 vpt2 V
>   hpt2 neg 0 V Opaque stroke } def
> /TriUW { stroke [] 0 setdash vpt 1.12 mul add M
>   hpt neg vpt -1.62 mul V
>   hpt 2 mul 0 V
>   hpt neg vpt 1.62 mul V Opaque stroke } def
> /TriDW { stroke [] 0 setdash vpt 1.12 mul sub M
>   hpt neg vpt 1.62 mul V
>   hpt 2 mul 0 V
>   hpt neg vpt -1.62 mul V Opaque stroke } def
> /PentW { stroke [] 0 setdash gsave
>   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
>   Opaque stroke grestore } def
> /CircW { stroke [] 0 setdash 
>   hpt 0 360 arc Opaque stroke } def
> /BoxFill { gsave Rec 1 setgray fill grestore } def
> end
> %%EndProlog
> %%Page: 1 1
> gnudict begin
> gsave
> 50 225 translate
> 0.100 0.100 scale
> 0 setgray
> newpath
> (Helvetica) findfont 140 scalefont setfont
> 1.000 UL
> LTb
> 1.000 UL
> LTa
> 630 420 M
> 4491 0 V
> 1.000 UL
> LTb
> 630 420 M
> 63 0 V
> 4428 0 R
> -63 0 V
> 546 420 M
> (0) Rshow
> 1.000 UL
> LTa
> 630 1162 M
> 4491 0 V
> 1.000 UL
> LTb
> 630 1162 M
> 63 0 V
> 4428 0 R
> -63 0 V
> -4512 0 R
> (0.1) Rshow
> 1.000 UL
> LTa
> 630 1904 M
> 4491 0 V
> 1.000 UL
> LTb
> 630 1904 M
> 63 0 V
> 4428 0 R
> -63 0 V
> -4512 0 R
> (0.2) Rshow
> 1.000 UL
> LTa
> 630 2646 M
> 4491 0 V
> 1.000 UL
> LTb
> 630 2646 M
> 63 0 V
> 4428 0 R
> -63 0 V
> -4512 0 R
> (0.3) Rshow
> 1.000 UL
> LTa
> 630 3388 M
> 4491 0 V
> 1.000 UL
> LTb
> 630 3388 M
> 63 0 V
> 4428 0 R
> -63 0 V
> -4512 0 R
> (0.4) Rshow
> 1.000 UL
> LTa
> 630 4130 M
> 4491 0 V
> 1.000 UL
> LTb
> 630 4130 M
> 63 0 V
> 4428 0 R
> -63 0 V
> -4512 0 R
> (0.5) Rshow
> 1.000 UL
> LTa
> 630 4872 M
> 4491 0 V
> 1.000 UL
> LTb
> 630 4872 M
> 63 0 V
> 4428 0 R
> -63 0 V
> -4512 0 R
> (0.6) Rshow
> 1.000 UL
> LTa
> 630 420 M
> 0 4452 V
> 1.000 UL
> LTb
> 630 420 M
> 0 63 V
> 0 4389 R
> 0 -63 V
> 630 280 M
> (11) Cshow
> 1.000 UL
> LTa
> 1129 420 M
> 0 4249 V
> 0 140 R
> 0 63 V
> 1.000 UL
> LTb
> 1129 420 M
> 0 63 V
> 0 4389 R
> 0 -63 V
> 0 -4529 R
> (11.5) Cshow
> 1.000 UL
> LTa
> 1628 420 M
> 0 4452 V
> 1.000 UL
> LTb
> 1628 420 M
> 0 63 V
> 0 4389 R
> 0 -63 V
> 0 -4529 R
> (12) Cshow
> 1.000 UL
> LTa
> 2127 420 M
> 0 4452 V
> 1.000 UL
> LTb
> 2127 420 M
> 0 63 V
> 0 4389 R
> 0 -63 V
> 0 -4529 R
> (12.5) Cshow
> 1.000 UL
> LTa
> 2626 420 M
> 0 4452 V
> 1.000 UL
> LTb
> 2626 420 M
> 0 63 V
> 0 4389 R
> 0 -63 V
> 0 -4529 R
> (13) Cshow
> 1.000 UL
> LTa
> 3125 420 M
> 0 4452 V
> 1.000 UL
> LTb
> 3125 420 M
> 0 63 V
> 0 4389 R
> 0 -63 V
> 0 -4529 R
> (13.5) Cshow
> 1.000 UL
> LTa
> 3624 420 M
> 0 4452 V
> 1.000 UL
> LTb
> 3624 420 M
> 0 63 V
> 0 4389 R
> 0 -63 V
> 0 -4529 R
> (14) Cshow
> 1.000 UL
> LTa
> 4123 420 M
> 0 4452 V
> 1.000 UL
> LTb
> 4123 420 M
> 0 63 V
> 0 4389 R
> 0 -63 V
> 0 -4529 R
> (14.5) Cshow
> 1.000 UL
> LTa
> 4622 420 M
> 0 4452 V
> 1.000 UL
> LTb
> 4622 420 M
> 0 63 V
> 0 4389 R
> 0 -63 V
> 0 -4529 R
> (15) Cshow
> 1.000 UL
> LTa
> 5121 420 M
> 0 4452 V
> 1.000 UL
> LTb
> 5121 420 M
> 0 63 V
> 0 4389 R
> 0 -63 V
> 0 -4529 R
> (15.5) Cshow
> 1.000 UL
> LTb
> 630 420 M
> 4491 0 V
> 0 4452 V
> -4491 0 V
> 630 420 L
> 140 2646 M
> currentpoint gsave translate 90 rotate 0 0 M
> (Result Result Frequency) Cshow
> grestore
> 2875 70 M
> ( ) Cshow
> 4822 1400 M
> (mean = 13.350 ) Rshow
> 4822 1351 M
> (std dev = .689 ) Rshow
> 4822 1302 M
> (std error mean = .052 ) Rshow
> 4822 1253 M
> (count = 172 ) Rshow
> 1.000 UL
> LT0
> 730 420 M
> 0 82 V
> 199 0 V
> 0 -82 V
> -199 0 V
> 199 0 R
> 0 37 V
> 200 0 V
> 0 -37 V
> -200 0 V
> 200 0 R
> 0 37 V
> 200 0 V
> 0 -37 V
> -200 0 V
> 200 0 R
> 199 0 V
> -199 0 V
> 199 0 R
> 0 37 V
> 200 0 V
> 0 -37 V
> -200 0 V
> 200 0 R
> 0 215 V
> 199 0 V
> 0 -215 V
> -199 0 V
> 199 0 R
> 0 601 V
> 200 0 V
> 0 -601 V
> -200 0 V
> 200 0 R
> 0 556 V
> 200 0 V
> 0 -556 V
> -200 0 V
> 200 0 R
> 0 556 V
> 199 0 V
> 0 -556 V
> -199 0 V
> 199 0 R
> 0 512 V
> 200 0 V
> 0 -512 V
> -200 0 V
> 200 0 R
> 0 905 V
> 199 0 V
> 0 -905 V
> -199 0 V
> 199 0 R
> 0 772 V
> 200 0 V
> 0 -772 V
> -200 0 V
> 200 0 R
> 0 1031 V
> 200 0 V
> 0 -1031 V
> -200 0 V
> 200 0 R
> 0 816 V
> 199 0 V
> 0 -816 V
> -199 0 V
> 199 0 R
> 0 252 V
> 200 0 V
> 0 -252 V
> -200 0 V
> 200 0 R
> 0 252 V
> 199 0 V
> 0 -252 V
> -199 0 V
> 199 0 R
> 0 341 V
> 200 0 V
> 0 -341 V
> -200 0 V
> 200 0 R
> 0 252 V
> 200 0 V
> 0 -252 V
> -200 0 V
> 200 0 R
> 0 37 V
> 199 0 V
> 0 -37 V
> -199 0 V
> 199 0 R
> 200 0 V
> -200 0 V
> 200 0 R
> 0 37 V
> 199 0 V
> 0 -37 V
> -199 0 V
> 1.000 UL
> LT1
> 714 4739 M
> (f\(x\)) Lshow
> 1134 4739 M
> 399 0 V
> 830 453 M
> 40 7 V
> 40 8 V
> 41 9 V
> 40 10 V
> 40 12 V
> 41 15 V
> 40 16 V
> 40 18 V
> 41 22 V
> 40 24 V
> 40 28 V
> 40 31 V
> 41 34 V
> 40 39 V
> 40 44 V
> 41 48 V
> 40 54 V
> 40 59 V
> 41 65 V
> 40 70 V
> 40 77 V
> 41 83 V
> 40 90 V
> 40 96 V
> 41 103 V
> 40 109 V
> 40 116 V
> 41 122 V
> 40 127 V
> 40 133 V
> 41 138 V
> 40 143 V
> 40 146 V
> 41 149 V
> 40 151 V
> 40 152 V
> 41 153 V
> 40 151 V
> 40 150 V
> 41 146 V
> 40 142 V
> 40 137 V
> 40 129 V
> 41 122 V
> 40 113 V
> 40 102 V
> 41 92 V
> 40 79 V
> 40 67 V
> 41 53 V
> 40 40 V
> 40 25 V
> 41 11 V
> 40 -5 V
> 40 -19 V
> 41 -33 V
> 40 -48 V
> 40 -61 V
> 41 -74 V
> 40 -87 V
> 40 -98 V
> 41 -108 V
> 40 -118 V
> 40 -126 V
> 41 -134 V
> 40 -140 V
> 40 -144 V
> 41 -149 V
> 40 -151 V
> 40 -152 V
> 41 -152 V
> 40 -152 V
> 40 -150 V
> 41 -148 V
> 40 -144 V
> 40 -140 V
> 40 -135 V
> 41 -130 V
> 40 -124 V
> 40 -119 V
> 41 -112 V
> 40 -105 V
> 40 -99 V
> 41 -93 V
> 40 -85 V
> 40 -80 V
> 41 -73 V
> 40 -67 V
> 40 -62 V
> 41 -55 V
> 40 -51 V
> 40 -46 V
> 41 -41 V
> 40 -36 V
> 40 -33 V
> 41 -29 V
> 40 -25 V
> 40 -23 V
> 41 -20 V
> stroke
> grestore
> end
> showpage
> %%Trailer
> %%DocumentFonts: Helvetica
> %%Pages: 1
> 
> --MGYHOYXEY6WxJCY8--
> _______________________________________________
> Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
> Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.
> 




More information about the Linux-users mailing list