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


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

Re: graph from the string/numeric column.

Newsgroups comp.graphics.apps.gnuplot
Date 2013-10-10 12:41 -0700
References (1 earlier) <l333sm$stg$1@news.rz.uni-karlsruhe.de> <2a8e5871-f2b2-48de-9955-e928e71c91fd@googlegroups.com> <d5939053-13a4-4741-9ab3-df9a6b9b73f3@googlegroups.com> <2abb3c8a-38c8-4b15-a28d-166a06293a72@googlegroups.com> <l35lg6$1qc$1@news.rz.uni-karlsruhe.de>
Message-ID <2121c7cf-e691-48c2-bd54-1ada50f3372f@googlegroups.com> (permalink)
Subject Re: graph from the string/numeric column.
From thesunshine99@gmail.com

Show all headers | View raw


On Thursday, October 10, 2013 2:37:47 AM UTC-5, Karl wrote:
> Am 09.10.2013 18:26, schrieb thesunshine99@gmail.com:
> 
> >        
> 
> > 		plot for [COL=2:10] '/tmp/_pp' using COL  
> 
> 
> 
> 
> 
> (Why the histogram?)
> 
> 
> 
> You can use the line numbers as abscissa values,
> 
> 
> 
> 
> 
> plot for [COL=2:10] "" using 0:COL:xticlab(1)
> 
> 
> 
> 
> 
> 
> 
> 
> 
>   Karl

Its perfect Karl. I appreciate your help. There wasn't any reason for the histogram. I couldn't figure out which type of the graph to use so I stumbled on the histogram.

cat << EOF | /usr/local/bin/gnuplot
        set terminal postscript eps enhanced color
        set output  "/tmp/abc.ps"
        set autoscale
        set grid
        set title "Usage"
        set xlabel "Numbers"
        set ylabel "GB"
        set yr [0:]
	set key off
	set xr [-1:]
        set xtics nomirror rotate by -90 font ",16"
	plot for [COL=2:$maxnoofcol] '/tmp/p'  using 0:COL:xticlab(1)   lw 5
 
EOF

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


Thread

graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-08 13:42 -0700
  Re: graph from the string/numeric column. Karl <mail.kfr@gmx.net> - 2013-10-09 10:24 +0200
    Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-09 07:27 -0700
      Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-09 08:25 -0700
        Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-09 09:26 -0700
          Re: graph from the string/numeric column. Karl <mail.kfr@gmx.net> - 2013-10-10 09:37 +0200
            Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-10 12:41 -0700
              Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-10 13:33 -0700
                Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-10 13:53 -0700
                Re: graph from the string/numeric column. Karl <mail.kfr@gmx.net> - 2013-10-11 10:41 +0200
                Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-11 08:12 -0700
                Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-11 13:22 -0700
                Re: graph from the string/numeric column. Karl <mail.kfr@gmx.net> - 2013-10-14 14:39 +0200
                Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-14 10:07 -0700
                Re: graph from the string/numeric column. Karl <mail.kfr@gmx.net> - 2013-10-16 18:59 +0200
                Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-16 21:42 -0700
                Re: graph from the string/numeric column. Karl <ratzsch@polymer.uka.de> - 2013-10-20 09:48 +0200
                Re: graph from the string/numeric column. sfeam <sfeam@users.sourceforge.net> - 2013-10-20 12:08 -0700
                Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-21 11:02 -0700

csiph-web