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


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

splotting with pointsize variable => huge points!!!

From gvdmoort <gvdmoort@skynet.be>
Newsgroups comp.graphics.apps.gnuplot
Subject splotting with pointsize variable => huge points!!!
Date 2012-06-06 02:27 -0700
Organization http://groups.google.com
Message-ID <a132d119-933d-439e-bea9-b074075e25d4@s9g2000vbg.googlegroups.com> (permalink)

Show all headers | View raw


Hello,

I'm trying to plot with points of variable size with gnuplot 4.4 on a
Debian testing platform.

I've found this trick on http://www.gnuplot.info/demo_canvas/pointsize.html:

plot 'world.dat' with lines lt 3, \
     'world.cor' using 1:2:(5.*rand(0)) with points lt 1 pt 6 ps
variable

I've tried something simple:

gnuplot> splot '-' matrix with points pt 7 ps variable
input data ('e' ends) > 0 1
input data ('e' ends) > 2 3
input data ('e' ends) > e
input data ('e' ends) > e

but the resulting plot has so huge points that they cover nearly all
the plot, such I get a quasi full-red  terminal...

Is it possible to get a plot with reasonably well-sized points with
this version of gnuplot (and how) or is it mandatory to upgrade to get
suh result ?

Thanks in advance,

Gauthier

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


Thread

splotting with pointsize variable => huge points!!! gvdmoort <gvdmoort@skynet.be> - 2012-06-06 02:27 -0700
  Re: splotting with pointsize variable => huge points!!! sfeam <sfeam@users.sourceforge.net> - 2012-06-06 16:43 -0700
    Re: splotting with pointsize variable => huge points!!! gvdmoort <gvdmoort@skynet.be> - 2012-06-07 12:16 -0700
      Re: splotting with pointsize variable => huge points!!! sfeam <sfeam@users.sourceforge.net> - 2012-06-07 14:12 -0700
        Re: splotting with pointsize variable => huge points!!! sfeam <sfeam@users.sourceforge.net> - 2012-06-07 14:27 -0700
        Re: splotting with pointsize variable => huge points!!! gvdmoort <gvdmoort@skynet.be> - 2012-06-08 00:10 -0700
        Re: splotting with pointsize variable => huge points!!! gvdmoort <gvdmoort@skynet.be> - 2012-06-08 00:22 -0700

csiph-web