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


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

Re: Ploting data with lines

From Karl Ratzsch <mail.kfr@gmx.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Ploting data with lines
Date 2017-12-06 14:31 +0100
Organization solani.org
Message-ID <p08rg5$vms$1@solani.org> (permalink)
References <1f1c9712-23a6-42ac-92ed-55c740ed674b@googlegroups.com>

Show all headers | View raw


You don't need the commas between the individual "commentschars" (i.e. a
comma then is also regarded as marking the start of a comment line), but
that shouldn't break your plot.

Your example data plots fine here (gp5.2pl2) too. What is the problem
exactly? Could it be you just don't see the plot because gnuplot
immediately "quit"s after doing it? ;-)

  Karl



Am 06.12.2017 um 13:36 schrieb lukas.gerwers@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}$)'
> 

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next 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