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 | Fri, 25 Nov 2011 03:04:31 -0800 (PST) |
| Organization | http://groups.google.com |
| Lines | 60 |
| Message-ID | <5e1f70be-3cc6-43ff-88ca-cdcd686de55b@s4g2000yqk.googlegroups.com> (permalink) |
| NNTP-Posting-Host | 129.187.45.9 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | quoted-printable |
| X-Trace | posting.google.com 1322219161 5861 127.0.0.1 (25 Nov 2011 11:06:01 GMT) |
| X-Complaints-To | groups-abuse@google.com |
| NNTP-Posting-Date | Fri, 25 Nov 2011 11:06:01 +0000 (UTC) |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | s4g2000yqk.googlegroups.com; posting-host=129.187.45.9; posting-account=YaU0ZAoAAAAxx8TuftSfElaT-fQeKttf |
| User-Agent | G2/1.0 |
| X-Google-Web-Client | true |
| X-Google-Header-Order | HUALSRCNK |
| X-HTTP-UserAgent | Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 ( .NET CLR 3.5.30729; .NET4.0E),gzip(gfe) |
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.chainon-marquant.org!feed.ac-versailles.fr!proxad.net!feeder1-2.proxad.net!74.125.46.80.MISMATCH!postnews.google.com!s4g2000yqk.googlegroups.com!not-for-mail |
| Xref | x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:701 |
Show key headers only | View raw
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