Talk About Network

Google





Graphics > Gnuplot interactive function plotter > Re: Plotting wi...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 3 of 4 Topic 3483 of 3655
Post > Topic >>

Re: Plotting with linespoints and variable pointsize?

by merritt@[EMAIL PROTECTED] Sep 1, 2008 at 04:24 PM

In article
<49f7adb1-dd7c-4d36-a49b-2be4bb976f54@[EMAIL PROTECTED]
>,
G  <gmonaie@[EMAIL PROTECTED]
> wrote:
>This same question was posted in 2001, but I'm having the same issue
>now and was wondering if new functionality has been introduced.
>
>"I think that the easiest way to explain my problem is to say that I'd
>like to do:
>
>plot 'some-file.dat' u 1:2 w linespoints pointsize ($3)
>
>Meaning that I get the markers rescaled depending on a column value...
>Is there any way to obtain this?  Or I should try to play with
>xyerrorbars to "approximate" the effect?"
>
>
>basically I thought I could do:
>
>plot 'data' u 1:2:3 w lp ps variable
>
>but gnuplot throws back an error msg saying there are too many
>specifications for this style, linespoints.  any way to do this?

Yes.  Plot it twice, once with lines and once with points:

   plot 'data' u 1:2 w lines, '' u 1:2:3 w point ps variable


-- 
Ethan A Merritt
 




 4 Posts in Topic:
Plotting with linespoints and variable pointsize?
G <gmonaie@[EMAIL PROT  2008-08-29 07:37:54 
Re: Plotting with linespoints and variable pointsize?
Hermann Peifer <hpeife  2008-08-29 08:38:27 
Re: Plotting with linespoints and variable pointsize?
merritt@[EMAIL PROTECTED]  2008-09-01 16:24:21 
Re: Plotting with linespoints and variable pointsize?
Oleg <oleg.kovarik@[EM  2008-10-11 06:17:31 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
localhost-V2008-12-19 Thu Jan 8 1:42:43 PST 2009.