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


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

Re: Simple problem: Points with bigger size

From MortenMacFly <mac-fly@gmx.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Simple problem: Points with bigger size
Date 2012-08-08 07:55 -0700
Organization http://groups.google.com
Message-ID <0368f28f-8333-44ba-8820-de7eaef835a6@googlegroups.com> (permalink)
References <937e9cc6-c8ea-42a9-b91d-2cea5e388728@googlegroups.com> <jvrd4f$lpr$1@dont-email.me> <af82c519-c330-49fc-9f0d-4376ae657438@googlegroups.com> <eb90a2cd-3168-4628-88cf-58d888535068@googlegroups.com> <jvt65o$1u9d$1@gwdu112.gwdg.de>

Show all headers | View raw


> set style data points
That... kind of ... did it. For the record, here is what I did to achieve what I wanted:

set style line 201 linecolor rgbcolor "green" pointtype 7 pointsize 0.25
plot "my_data.dat" using 2:3 notitle with points linestyle 201

...or (a little larger and different point type):
set style line 202 linecolor rgbcolor "red"   pointtype 2 pointsize 0.75
plot "my_data.dat" using 2:3 notitle with points linestyle 202

If you know how, its easy and flexible again... Nice.

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


Thread

Simple problem: Points with bigger size MortenMacFly <mac-fly@gmx.net> - 2012-08-07 02:16 -0700
  Re: Simple problem: Points with bigger size sfeam <sfeam@users.sourceforge.net> - 2012-08-07 08:44 -0700
    Re: Simple problem: Points with bigger size MortenMacFly <mac-fly@gmx.net> - 2012-08-07 22:22 -0700
      Re: Simple problem: Points with bigger size MortenMacFly <mac-fly@gmx.net> - 2012-08-07 22:32 -0700
        Re: Simple problem: Points with bigger size Christoph Bersch <usenet@bersch.net> - 2012-08-08 09:56 +0200
          Re: Simple problem: Points with bigger size MortenMacFly <mac-fly@gmx.net> - 2012-08-08 07:55 -0700

csiph-web