Talk About Network

Google





Graphics > Gnuplot interactive function plotter > Re: What versio...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 14 of 18 Topic 3360 of 3655
Post > Topic >>

Re: What versions and terminals sup****t "plot '-' with lines lc rgb

by merritt@[EMAIL PROTECTED] Jun 24, 2008 at 11:47 AM

In article <g3re5d$j0r$1@[EMAIL PROTECTED]
>,
Bastian Maerkisch  <bmaerkisch@[EMAIL PROTECTED]
> wrote:
>Never mind. The problem here comes from an optimisation where wgnuplot 
>tries to combine multiple vectors into a polygon and misses the 
>length==1 case. This result in no output (of lines) at all. In 
>drawgraph() the following change fixes that:
>
>	if ((lastop==W_vect) && (curptr->op!=W_vect)) {
>	    if (polyi >= 2)
>		Polyline(hdc, ppt, polyi);
>+	    else if (polyi == 1)
>+		LineTo(hdc, ppt[0].x, ppt[0].y);
>	    polyi = 0;
>	}

Very good. Thanks.  I'll put that fix into both 4.2 and 4.3

>Bastian Maerkisch schrieb:
>> IMHO line type and (RGB) color handling in the windows terminal are 
>> basically broken. It is well possible that the order of the drawing 
>> primitives is different for plot and splot and thus the 2d case does
not 
>> work while the 3d case does. Btw. "set view map" has the desired
effect.
>> 
>> Bastian


-- 
Ethan A Merritt
 




 18 Posts in Topic:
What versions and terminals support "plot '-' with lines lc rgb
Al Greynolds <awgreyno  2008-06-16 16:21:13 
Re: What versions and terminals support "plot '-' with lines lc
merritt@[EMAIL PROTECTED]  2008-06-16 18:19:25 
Re: What versions and terminals support "plot '-' with lines lc
merritt@[EMAIL PROTECTED]  2008-06-16 18:23:24 
Re: What versions and terminals support "plot '-' with lines lc
Al Greynolds <awgreyno  2008-06-17 06:17:48 
Re: What versions and terminals support "plot '-' with lines lc
merritt@[EMAIL PROTECTED]  2008-06-17 09:14:29 
Re: What versions and terminals support "plot '-' with lines lc
Al Greynolds <awgreyno  2008-06-17 09:41:09 
Re: What versions and terminals support "plot '-' with lines lc
merritt@[EMAIL PROTECTED]  2008-06-17 11:48:56 
Re: What versions and terminals support "plot '-' with lines lc
Al Greynolds <awgreyno  2008-06-17 12:43:26 
Re: What versions and terminals support "plot '-' with lines lc
merritt@[EMAIL PROTECTED]  2008-06-17 19:20:13 
Re: What versions and terminals support "plot '-' with lines lc
Al Greynolds <awgreyno  2008-06-18 14:30:53 
Re: What versions and terminals support "plot '-' with lines lc
merritt@[EMAIL PROTECTED]  2008-06-18 17:10:38 
Re: What versions and terminals support "plot '-' with lines lc
Bastian Maerkisch <bma  2008-06-24 19:21:50 
Re: What versions and terminals support "plot '-' with lines lc
Bastian Maerkisch <bma  2008-06-24 20:24:36 
Re: What versions and terminals support "plot '-' with lines lc
merritt@[EMAIL PROTECTED]  2008-06-24 11:47:03 
Re: What versions and terminals support "plot '-' with lines lc
Al Greynolds <awgreyno  2008-06-25 09:30:37 
Re: What versions and terminals support "plot '-' with lines lc
merritt@[EMAIL PROTECTED]  2008-06-25 10:51:11 
Re: What versions and terminals support "plot '-' with lines lc
Bastian Maerkisch <bma  2008-06-26 14:46:55 
Re: What versions and terminals support "plot '-' with lines lc
Al Greynolds <awgreyno  2008-06-26 09:36:55 

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:50:08 PST 2009.