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


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

Circles with center outside plot range are not drawn

Newsgroups comp.graphics.apps.gnuplot
Date 2020-02-18 23:13 -0800
Message-ID <42cd65e5-f976-4746-83bd-86c684db223a@googlegroups.com> (permalink)
Subject Circles with center outside plot range are not drawn
From Anthony <anthony.thyssen@gmail.com>

Show all headers | View raw


I am ploting positions of object relative to a set of circles of specific
radius.

However the center of these circles fall outside the range of the points
being plotted and if that happens the circles do not get drawn.


Example

set xrange [7300:17300]
set yrange [2050:-8050]

set object 19 circle at 197,-200 size 13696 lw 1  fc rgb "blue"
set object 20 circle at 197,-200 size 14976 lw 1  fc rgb "blue"

plot "-" using 1:3 with points pt 7
12821  37 -7297
e


yes the second column is not used.


This does not show the blue cirlces


But if I expand range to include the center of the center

set xrange [0:17300]
replot


Then the circle does get plotted.

How can I get the circle to plot, when the center of the circle is OUTSIDE
the plot range!

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


Thread

Circles with center outside plot range are not drawn Anthony <anthony.thyssen@gmail.com> - 2020-02-18 23:13 -0800
  Re: Circles with center outside plot range are not drawn Karl Ratzsch <mail.kfr@gmx.net> - 2020-02-19 10:31 +0100
    Re: Circles with center outside plot range are not drawn Anthony <anthony.thyssen@gmail.com> - 2020-02-19 16:35 -0800

csiph-web