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.

X-Received by 10.42.78.135 with SMTP id n7mr5742205ick.17.1381434070923; Thu, 10 Oct 2013 12:41:10 -0700 (PDT)
X-Received by 10.49.64.72 with SMTP id m8mr92899qes.20.1381434070891; Thu, 10 Oct 2013 12:41:10 -0700 (PDT)
Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!news-out.readnews.com!news-xxxfer.readnews.com!209.85.216.87.MISMATCH!a6no9006413qak.0!news-out.google.com!9ni27135qaf.0!nntp.google.com!i2no4944873qav.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.graphics.apps.gnuplot
Date Thu, 10 Oct 2013 12:41:10 -0700 (PDT)
In-Reply-To <l35lg6$1qc$1@news.rz.uni-karlsruhe.de>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=17.102.94.57; posting-account=c3soXwoAAAAtoNLszO5J5dxDbpVkyNGj
NNTP-Posting-Host 17.102.94.57
References <54e6d656-8116-4125-84be-8851fbf84787@googlegroups.com> <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>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <2121c7cf-e691-48c2-bd54-1ada50f3372f@googlegroups.com> (permalink)
Subject Re: graph from the string/numeric column.
From thesunshine99@gmail.com
Injection-Date Thu, 10 Oct 2013 19:41:10 +0000
Content-Type text/plain; charset=ISO-8859-1
Xref csiph.com comp.graphics.apps.gnuplot:2132

Show key headers only | 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