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


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

Re: setting absolute size of point (or circle) with autoscaled xrange

From sfeam <sfeam@users.sourceforge.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: setting absolute size of point (or circle) with autoscaled xrange
Followup-To comp.graphics.apps.gnuplot
Date 2013-02-07 10:29 -0800
Organization gnuplot development team
Message-ID <kf0roh$pmi$1@dont-email.me> (permalink)
References <a3425937-06b3-4d68-9cde-d9edf6510371@googlegroups.com> <kf0mq4$qda$1@dont-email.me> <726ae321-eb11-4be5-9f4a-ac117947c168@googlegroups.com>

Followups directed to: comp.graphics.apps.gnuplot

Show all headers | View raw


fearless_fool wrote:

> On Thursday, 7 February 2013 09:04:31 UTC-8, sfeam  wrote:
>> See "help set style circle"
>> 
>>   set style circle radius screen 0.01
>>   plot "-" using 1:2 with circles
> 
> Well, heck yeah!  That IS a lot easier -- thank you.
> 
> To push the question a bit further: If I want to use *two* different
> circle styles whose sizes are given in terms of screen coordinates, is
> there a way to set up multiple styles?  Conceptually along the lines of
> (yeah, I know this doesn't actually work):

You could fake it by plotting one case with circles and the other case
with ellipses that just happen to be circular:

  set style circle radius screen 0.01
  set style ellipse size screen 0.02, screen 0.02 units xx

But if you want a third case then you're out of luck :-)

	Ethan

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


Thread

setting absolute size of point (or circle) with autoscaled xrange fearless_fool <rdpoor@gmail.com> - 2013-02-07 07:26 -0800
  Re: setting absolute size of point (or circle) with autoscaled xrange sfeam <sfeam@users.sourceforge.net> - 2013-02-07 09:04 -0800
    Re: setting absolute size of point (or circle) with autoscaled xrange fearless_fool <rdpoor@gmail.com> - 2013-02-07 09:23 -0800
      Re: setting absolute size of point (or circle) with autoscaled xrange sfeam <sfeam@users.sourceforge.net> - 2013-02-07 10:29 -0800
        Re: setting absolute size of point (or circle) with autoscaled xrange fearless_fool <rdpoor@gmail.com> - 2013-02-07 10:36 -0800
          Re: setting absolute size of point (or circle) with autoscaled xrange fearless_fool <rdpoor@gmail.com> - 2013-02-07 10:55 -0800
          Re: setting absolute size of point (or circle) with autoscaled xrange sfeam <sfeam@users.sourceforge.net> - 2013-02-07 13:31 -0800

csiph-web