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


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

Re: Plot each points of data file with different colours in GNUPLOT

X-Received by 2002:a24:5650:: with SMTP id o77-v6mr6543057itb.23.1542867459588; Wed, 21 Nov 2018 22:17:39 -0800 (PST)
X-Received by 2002:aca:cc0f:: with SMTP id c15mr166477oig.3.1542867459439; Wed, 21 Nov 2018 22:17:39 -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!q69no16178itb.0!news-out.google.com!v141ni51ita.0!nntp.google.com!q69no16172itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.graphics.apps.gnuplot
Date Wed, 21 Nov 2018 22:17:39 -0800 (PST)
In-Reply-To <pt36av$d1b$1@solani.org>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=14.139.45.243; posting-account=8SNwFAoAAACMlYSccTSYy0kXtaQrNAbU
NNTP-Posting-Host 14.139.45.243
References <a37cf32f-9966-45cc-944f-77e59e49951e@googlegroups.com> <pt1fet$ahk$1@solani.org> <b2e1ce25-1752-40b0-8f35-19a0c33cfa45@googlegroups.com> <pt36av$d1b$1@solani.org>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <87156f67-170e-4fae-a326-c8637a500d8b@googlegroups.com> (permalink)
Subject Re: Plot each points of data file with different colours in GNUPLOT
From Savin Beniwal <darshanbeniwal11@gmail.com>
Injection-Date Thu, 22 Nov 2018 06:17:39 +0000
Content-Type text/plain; charset="UTF-8"
Content-Transfer-Encoding quoted-printable
Lines 56
Xref csiph.com comp.graphics.apps.gnuplot:4091

Show key headers only | View raw


On Wednesday, November 21, 2018 at 2:21:44 PM UTC+5:30, Karl Ratzsch wrote:
> Am 21.11.2018 um 05:50 schrieb Savin Beniwal:
> > On Tuesday, November 20, 2018 at 10:45:10 PM UTC+5:30, Karl Ratzsch wrote:
> >> Am 20.11.2018 um 17:36 schrieb Savin Beniwal:
> >>> Hi I'm trying to plot a data file which consists of six rows & three column (labelled 'X', 'Y', and 'sigma_error_Y' )
> >>> Data File--->>
> >>>  X            Y                error
> >>
> >>> I want to plot each point with different colours in Gnuplot with error bars with each point. I'm able to plot it with yerrorbars but it gives me the same colour of each point. 
> >>
> >> That's easy:
> >>
> >> # so I don't have to create a data file
> >> $dat << EOD
> >> 0.7780.    0.5661    0.0623
> >> 0.7699.   1.0100     0.1111
> >> 0.7069.   0.6246    0.0687
> >> 0.6525.   0.6681    0.0735
> >> 0.5253    0.4946.   0.0544
> >> 0.2587    0.2228    0.0245
> >> EOD
> >>
> >> plot $dat us 1:2:3:0 with yerrorbars lc variable
> >> # the line number (column "zero") controls the colour
> >>
> >>> Please Help me ASAP.
> >>
> > 
> >  THANK YOU, KARL, FOR FREE HELPING. HIGHLY OBLIGED TO YOU.😂
> > 
> >> this looks slightly impolite. you're looking for free help, remember? ;-)
> > 
> > AGAIN THANKS TO CORRECT ME REGARDING GOOD MANNERS. NOTED FOR THE FUTURE. 😊
> > 
> 
> Are you trying to be funny? Please don't try again.
> 
> 
> -- 
> Karl-Friedrich Ratzsch (Dipl.-Chem., Dr. rer. nat.)
> Institut für Technische Chemie und Polymerchemie
> Karlsruher Institut für Technologie, Engesserstr. 18, 76131 Karlsruhe
> Tel.: +49 (0)721/608-48504 Fax: +49 (0)721/608-994004
> ratzsch@kit.edu

Hi Hi please do not think so. I never play with others in case of study ok. I put emoji to express my happiness regarding my correct plot using your gnuplot commands.
I don't know why are you taking the meaning of these sentences in the wrong way. 

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


Thread

Plot each points of data file with different colours in GNUPLOT Savin Beniwal <darshanbeniwal11@gmail.com> - 2018-11-20 08:36 -0800
  Re: Plot each points of data file with different colours in GNUPLOT Karl Ratzsch <mail.kfr@gmx.net> - 2018-11-20 18:15 +0100
    Re: Plot each points of data file with different colours in GNUPLOT Savin Beniwal <darshanbeniwal11@gmail.com> - 2018-11-20 20:50 -0800
      Re: Plot each points of data file with different colours in GNUPLOT Karl Ratzsch <mail.kfr@gmx.net> - 2018-11-21 09:51 +0100
        Re: Plot each points of data file with different colours in GNUPLOT Savin Beniwal <darshanbeniwal11@gmail.com> - 2018-11-21 22:17 -0800

csiph-web