Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #701
| From | ervson <erwin.krohmer@mytum.de> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | autoscale: y axis always has a yrange [0:*] |
| Date | 2011-11-25 03:04 -0800 |
| Organization | http://groups.google.com |
| Message-ID | <5e1f70be-3cc6-43ff-88ca-cdcd686de55b@s4g2000yqk.googlegroups.com> (permalink) |
set output "..\\work\\ausgabe\\TRAGB.pdf"
set multiplot
set label "Daten zu Rad 1:\nz_{1}\t=%g",Z_1,"\nx_{1}\t=%.1f", X_1,"\n{/
Symbol b}_{1}\t=%.6f", BETA_1, " °" at screen 0.25,0.94
set label "Daten zu Rad 2:\nz_{2}\t=%g",Z_2,"\nx_{2}\t=%.1f", X_2,"\n{/
Symbol b}_{2}\t=%.6f", BETA_2, " °" at screen 0.42,0.94
set label "Daten zur Paarung:\nm_{n}\t=%.3f", M_N, "\na \t=%.
6f",ACHS, " mm\n{/Symbol a}_{n}\t=%.6f", ALPHA_N," °\n{/Symbol S} \t=
%.6f", SIGMA*180/pi," °" at screen 0.59,0.94
unset border
unset xtics
unset ytics
set autoscale
set lmargin at screen 0.05
set rmargin at screen 1.00
set tmargin at screen 0.95
set bmargin at screen 0.87
unset timestamp
plot "fzg.png" binary filetype=png with rgbimage
set lmargin at screen 0.79
unset label
plot "Logo_Schrad2.png" binary filetype=png with rgbimage
set lmargin at screen 0.10
set rmargin at screen 0.90
set tmargin at screen 0.70
set bmargin at screen 0.15
set border
set xtics
set ytics
set size ratio 0
set lmargin at screen 0.05
set rmargin at screen 0.95
set xrange [-B_2:B_2]
set yrange [D_F22/2-(D_A22/2-D_F22/2):ACHS]
unset border
unset xtics
unset ytics
set samples 300
set parametric
plot D_A11*(1-cos(SIGMA))*cos(t)/2,D_A11*sin(t)/2+ACHS ls 1,D_F11*(1-
cos(SIGMA))*cos(t)/2,D_F11*sin(t)/2+ACHS ls 1 w filledcurve closed fs
transp pattern 6
set trange [D_F22/2-(D_A22/2-D_F22/2):D_A22/2]
plot -B_2/2,t ls 1, B_2/2,t ls 1
unset parametric
Kopf2(x)=(-B_2/2<=x && x<=B_2/2)? D_A22/2:1/0
Fuss2(x)=(-B_2/2<=x && x<=B_2/2)? D_F22/2:1/0
plot Kopf2(x) ls 1, Fuss2(x) ls 1 w filledcurve y1=D_F22/2-(D_A22/2-
D_F22/2) fs transp pattern 7
set cbrange [0:0.03]
set cbtics autofreq 0.0,0.01
set colorbox horizontal user origin 0.25,0.78 size 0.5,0.01
set palette defined (0 "black",0.01 "black",0.01 "dark-grey",0.02
"dark-grey",0.02 "light-grey",0.03 "light-grey")
set timestamp "%d.%m.%Y %H:%M:%S" bottom offset 4,3
set label "Flankenabstände in mm" at screen 0.5,0.8 center
set pm3d map interpolate 20,20 depthorder ftriangles corners2color c4
splot "..\\work\\plotdaten\\TRAGB.PKT"
unset multiplot
Back to comp.graphics.apps.gnuplot | Previous | Next | Find similar
autoscale: y axis always has a yrange [0:*] ervson <erwin.krohmer@mytum.de> - 2011-11-25 03:04 -0800
csiph-web