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


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

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 16:31 +0600
Organization A noiseless patient Spider
Message-ID <nfkrg7$q2g$1@dont-email.me> (permalink)
References <42719fd0-e139-4e8e-bd31-74a02ecbb0f7@googlegroups.com> <nfjggp$h0p$1@solani.org> <3a2f22fd-4380-4535-90e1-11a4ccb889fb@googlegroups.com>

Show all headers | View raw


25.04.2016 16:04, Benji пишет:
> linetype 5 lc rgb "dark-orange"


set term pngcairo
set out 'no_yellow.png'
set for [i=6:300:9] linetype i lc rgb "dark-orange"
unset key
plot [][-1:101] for [i=1:100] i w l

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