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


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

Re: Plotting a star surface .DAT file

Path csiph.com!eternal-september.org!feeder.eternal-september.org!feeder.erje.net!1.eu.feeder.erje.net!news-2.dfn.de!news.dfn.de!newsserver.rrzn.uni-hannover.de!.POSTED!not-for-mail
From Jörg Buchholz <bookwood4new@freenet.de>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Plotting a star surface .DAT file
Date Tue, 08 Sep 2015 07:29:45 +0200
Organization Universitaet Hannover
Lines 16
Message-ID <mslro9$cf3$1@newsserver.rrzn.uni-hannover.de> (permalink)
References <01b651d8-e400-4ec9-b665-1e3feb2ec84a@googlegroups.com>
NNTP-Posting-Host 131.173.125.181
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 8bit
X-Trace newsserver.rrzn.uni-hannover.de 1441690185 12771 131.173.125.181 (8 Sep 2015 05:29:45 GMT)
X-Complaints-To usenet@newsserver.rrzn.uni-hannover.de
NNTP-Posting-Date Tue, 8 Sep 2015 05:29:45 +0000 (UTC)
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33.1
In-Reply-To <01b651d8-e400-4ec9-b665-1e3feb2ec84a@googlegroups.com>
Xref csiph.com comp.graphics.apps.gnuplot:3072

Show key headers only | View raw


On 08.09.2015 03:09, karin.walkerx3@gmail.com wrote:
> So I have this .dat file containing data that is supposed to give me a star surface when plotted. The thing is I cannot get to plot it in any way. I really need help. I have no idea how to plot this in a way I get something that looks like a start surface.
> My dat file contains 10 columns and what what appears to be endless lines.
>
> Can anyone help me please?
>
To create a 3D (surface) you need "splot" (see help splot or have a look 
to http://gnuplot.sourceforge.net/demo_5.0/surface1.html).

You need three columns (x, y, z) for ploting.

example:

splot 'star.dat' u 1:2:3 w p

Jörg

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


Thread

Plotting a star surface .DAT file karin.walkerx3@gmail.com - 2015-09-07 18:09 -0700
  Re: Plotting a star surface .DAT file Jörg Buchholz <bookwood4new@freenet.de> - 2015-09-08 07:29 +0200
  Re: Plotting a star surface .DAT file Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2015-09-09 20:10 +0200
    Re: Plotting a star surface .DAT file karin.walkerx3@gmail.com - 2015-09-09 17:36 -0700
      Re: Plotting a star surface .DAT file Jörg Buchholz <bookwood4new@freenet.de> - 2015-09-10 07:51 +0200
      Re: Plotting a star surface .DAT file Karl-Friedrich Ratzsch <mail.kfr@gmx.net> - 2015-09-10 07:56 +0200
      Re: Plotting a star surface .DAT file Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2015-09-10 22:47 +0200

csiph-web