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


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

Re: Avoiding a color (yellow) in ploting data with lines

From Michael Okuntsov <okuntsov.mikhail@yandex.ru>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Avoiding a color (yellow) in ploting data with lines
Date 2016-04-25 04:22 +0600
Organization A noiseless patient Spider
Message-ID <nfjgpf$o0v$1@dont-email.me> (permalink)
References <42719fd0-e139-4e8e-bd31-74a02ecbb0f7@googlegroups.com>

Show all headers | View raw


25.04.2016 03:10, bma.ova@gmail.com пишет:
> Hello,
>
> I'm plotting data from files: each files produces a colored curve.
> Gnuplot default behaviour makes each curve beeing colored with different color which is what I want.
>
> But as you may see in the following png file (even if my final result will be a pdf file), curve colored in yellow isn't well visible.
>
> http://wsdiscovery.free.fr/forumimgs/multiplot.png
>
> How can I avoid Gnuplot to use yellow color (#ffff00) for plotting curves?
>
> I didn't use any special palette and let Gnuplot do the job with "plot file1.dat with steps title "number", file2.dat with steps...
>
> Benji
>

You can define your own colors:
mycolors='0xFF0000 0x00FFFF 0x00FF00 0x0000FF'
plot [][-10:10] for [i=1:4] i w l lc rgbcolor word(mycolors,i)

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


Thread

Avoiding a color (yellow) in ploting data with lines bma.ova@gmail.com - 2016-04-24 14:10 -0700
  Re: Avoiding a color (yellow) in ploting data with lines Karl Ratzsch <mail.kfr@gmx.net> - 2016-04-25 00:14 +0200
    Re: Avoiding a color (yellow) in ploting data with lines Benji <bma.ova@gmail.com> - 2016-04-25 03:04 -0700
      Re: Avoiding a color (yellow) in ploting data with lines Michael Okuntsov <okuntsov.mikhail@yandex.ru> - 2016-04-25 16:31 +0600
        Re: Avoiding a color (yellow) in ploting data with lines Benji <bma.ova@gmail.com> - 2016-04-25 08:39 -0700
  Re: Avoiding a color (yellow) in ploting data with lines Michael Okuntsov <okuntsov.mikhail@yandex.ru> - 2016-04-25 04:22 +0600

csiph-web