Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #3806

How does splot recognize read-in measured values as area in the room?

X-Received by 10.55.79.212 with SMTP id d203mr4965795qkb.10.1509039465947; Thu, 26 Oct 2017 10:37:45 -0700 (PDT)
X-Received by 10.157.7.51 with SMTP id 48mr103415ote.11.1509039465911; Thu, 26 Oct 2017 10:37:45 -0700 (PDT)
Path csiph.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!z50no2495822qtj.0!news-out.google.com!v14ni872qtc.0!nntp.google.com!k31no2497981qta.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.graphics.apps.gnuplot
Date Thu, 26 Oct 2017 10:37:45 -0700 (PDT)
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=91.47.98.205; posting-account=5fuXRwoAAAC8AKmMxESYFeiQrSXZ4O21
NNTP-Posting-Host 91.47.98.205
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <a3caad6e-8788-44f7-84c5-ba8025aefda3@googlegroups.com> (permalink)
Subject How does splot recognize read-in measured values as area in the room?
From rr.aus.h.und.ursa.minor@gmail.com
Injection-Date Thu, 26 Oct 2017 17:37:45 +0000
Content-Type text/plain; charset="UTF-8"
Content-Transfer-Encoding quoted-printable
Lines 55
Xref csiph.com comp.graphics.apps.gnuplot:3806

Show key headers only | View raw


I read in a file with 5 data triplets.
The 5th data triple corresponds to the 1st, so that a closed polyline is created.
Unfortunately I can't mark this area, probably gnuplot doesn't recognize the polyline as an area.

This is the command sequence:
reset
set title "Auffederung und Spiel" 
set xlabel "Tischlaenge [mm]" 
set xlabel  offset character -1, -1, 0 font "" textcolor lt -1 norotate

set ylabel "Tischtiefe [mm]" 
set ylabel  offset character 1, -2, 0 font "" textcolor lt -1 rotate

set zlabel "Verlagerung [mm]" 
set zlabel  offset character -1, 0, 0 font "" textcolor lt -1 rotate

# set isosamples 50
splot 'Auffederung_Surface_1Step.dat' with lines notitle
# set surface iso1


The data file looks like this:
# Auffederung_Surface.dat
# Testdatei für Gnuplot
#
# Daten für Auffederung in 3D			
# 	Fläche Kraft		0
# x	y	z	
0	0	1.87	
2300	0	1.90	
2300	1000	1.73	
0	1000	1.67	
0	0	1.87
			
# 	Fläche Kraft		4000
# x	y	z	
#0	0	2.73	
#2300	0	2.75	
#2300	1000	2.59	
#0	1000	2.55	
#0	0	2.73
			
# 	Fläche Kraft		8000
# x	y	z	
#0	0	3.58	
#2300	0	3.60	
#2300	1000	3.45	
#0	1000	3.42	
#0	0	3.58


I tried many different parameters but the result was always negative.

I'd appreciate a tip.

Back to comp.graphics.apps.gnuplot | Previous | NextNext in thread | Find similar


Thread

How does splot recognize read-in measured values as area in the room? rr.aus.h.und.ursa.minor@gmail.com - 2017-10-26 10:37 -0700
  Re: How does splot recognize read-in measured values as area in the room? Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2017-10-27 03:08 +0200

csiph-web