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


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

Re: Using object "circle", border color

Newsgroups comp.graphics.apps.gnuplot
From Petr Mikulik <mikulik@physics.muni.cz>
Subject Re: Using object "circle", border color
Message-ID <Pine.LNX.4.64.1104120930360.6701@monoceros.physics.muni.cz> (permalink)
Date 2011-04-12 07:38 +0000
References <06376e22-9d0a-4352-a1c5-d51bd954a911@w36g2000vbi.googlegroups.com>
Organization unknown

Show all headers | View raw


> I need to plot a lot of empty circles with different border color.

plot 'z.dat' using 1:2:2 with point pt 6 lc palette

or

set style fill empty border
plot 'z.dat' using 1:2:(0.1):(abs($2)) with circles lc var

See also
  http://gnuplot.sourceforge.net/demo_4.4/circles.html

---
PM

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


Thread

Using object "circle", border color Jiri <bok@karlov.mff.cuni.cz> - 2011-04-03 01:56 -0700
  Re: Using object "circle", border color Petr Mikulik <mikulik@physics.muni.cz> - 2011-04-12 07:38 +0000

csiph-web