Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3833
| X-Received | by 10.36.179.70 with SMTP id z6mr8709030iti.36.1512568041469; Wed, 06 Dec 2017 05:47:21 -0800 (PST) |
|---|---|
| X-Received | by 10.157.42.99 with SMTP id t90mr969573ota.5.1512568041289; Wed, 06 Dec 2017 05:47:21 -0800 (PST) |
| 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!i6no4304581itb.0!news-out.google.com!b73ni2976ita.0!nntp.google.com!i6no4304580itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | comp.graphics.apps.gnuplot |
| Date | Wed, 6 Dec 2017 05:47:21 -0800 (PST) |
| In-Reply-To | <1f1c9712-23a6-42ac-92ed-55c740ed674b@googlegroups.com> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=212.118.205.196; posting-account=AWDgYAoAAAD6sDj1Q9Md_y3Puex9Qg-p |
| NNTP-Posting-Host | 212.118.205.196 |
| References | <1f1c9712-23a6-42ac-92ed-55c740ed674b@googlegroups.com> |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <2b2d9a1b-22c6-4e03-8180-76a7d18afb87@googlegroups.com> (permalink) |
| Subject | Re: Ploting data with lines |
| From | lukas.gerwers@googlemail.com |
| Injection-Date | Wed, 06 Dec 2017 13:47:21 +0000 |
| Content-Type | text/plain; charset="UTF-8" |
| Content-Transfer-Encoding | quoted-printable |
| Lines | 64 |
| Xref | csiph.com comp.graphics.apps.gnuplot:3833 |
Show key headers only | View raw
Am Mittwoch, 6. Dezember 2017 13:36:51 UTC+1 schrieb lukas....@googlemail.com:
> hey!
>
> i am trying to plot a datafile with lines but it wont work and there is no error i could work with.
>
> The file contains some lines of text so i needed to use "set datafile commentschars".
>
>
> Gnuplotcode
>
> reset
> set term wxt font "Helvetica,8"
>
> set log y
> set format y "$10^{%L}$"
> set xlabel "Iterationsschritt"
> set ylabel "Residuum der Kontinuität"
> set key right center title
> set datafile commentschars '(,r,i,W,D'
>
> plot 'Simplemed0.dat' using 1:2 every 10 with l ti ' (m$_{0}$)'
>
> quit
>
>
> some lines out of the Data file
> 1 1.0000e+00 1.4579e-02 1.7592e-02 2.0161e-02 1.2916e-04 3.7344e+02 2.6168e+03 9.4350e-10 1:06:38 1999
> (cx-gui-do cx-set-list-tree-selections "NavigationPane*List_Tree1" (list ))
> (cx-gui-do cx-set-list-tree-selections "NavigationPane*List_Tree1" (list ))
> 2 7.5065e-01 1.3359e-02 1.5772e-02 1.7526e-02 7.8608e-05 1.9414e-01 1.5643e-01 1.9792e-09 1:19:55 1998
> (cx-gui-do cx-set-list-tree-selections "NavigationPane*List_Tree1" (list ))
> (cx-gui-do cx-set-list-tree-selections "NavigationPane*List_Tree1" (list ))
> 3 1.0000e+00 1.4327e-02 1.5805e-02 1.7280e-02 5.8725e-05 1.1955e-01 1.0327e-01 2.4997e-09 1:17:13 1997
>
> reversed flow in 141 faces on pressure-outlet 7.
> (cx-gui-do cx-set-list-tree-selections "NavigationPane*List_Tree1" (list ))
> (cx-gui-do cx-set-list-tree-selections "NavigationPane*List_Tree1" (list ))
> 4 8.7695e-01 1.1833e-02 1.3297e-02 1.4437e-02 4.3447e-05 9.3237e-02 8.4142e-02 2.5991e-09 1:15:03 1996
>
>
>
>
>
>
> anyone got an idea?
Oh wow i now know whats wrong and i feel kind of stuipid. There are some returns in my datafile, which is a little bit larger then few lines i copied here. The Datafile got around 10k lines, is there a command in gnuplot to ignore returns in datafiles?
Thanks!
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Ploting data with lines lukas.gerwers@googlemail.com - 2017-12-06 04:36 -0800
Re: Ploting data with lines Karl Ratzsch <mail.kfr@gmx.net> - 2017-12-06 14:31 +0100
Re: Ploting data with lines lukas.gerwers@googlemail.com - 2017-12-06 05:47 -0800
Re: Ploting data with lines Karl Ratzsch <mail.kfr@gmx.net> - 2017-12-06 15:41 +0100
Re: Ploting data with lines lukas.gerwers@googlemail.com - 2017-12-11 07:02 -0800
csiph-web