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


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

Re: Ploting data with lines

Newsgroups comp.graphics.apps.gnuplot
Date 2017-12-11 07:02 -0800
References <1f1c9712-23a6-42ac-92ed-55c740ed674b@googlegroups.com>
Message-ID <e1116310-c09b-4144-baa4-6302c5a12a9f@googlegroups.com> (permalink)
Subject Re: Ploting data with lines
From lukas.gerwers@googlemail.com

Show all headers | 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?

I had multiple empty lines in my data file and wanted to ask, whether there is a command to ignore such empty lines.

Since i found a online tool which delets empty lines, im fine anyway.

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


Thread

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