octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #47974] Visual differences between gnuplot and


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #47974] Visual differences between gnuplot and OpenGL toolkits
Date: Fri, 30 Sep 2016 18:35:21 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #77, bug #47974 (project octave):

I missed the bug in #75, sorry.  Hmm, here's what is different between the two
files created with drawnow (there is another difference after the binary data,
but it looks fine):


address@hidden ~/octave/bug_49130 $ diff -u yellowjunk-good.gp 
yellowjunk.gp  
--- yellowjunk-good.gp  2016-09-30 13:26:32.875372459 -0500
+++ yellowjunk.gp       2016-09-30 13:26:41.139372540 -0500
@@ -48,7 +48,11 @@
 unset logscale;
 set clip two;
 set style line 9 default;
-set style line 9 linecolor rgb "#0000ff" dashtype '_ ' linewidth 0.500000
pointtype 6 pointsize 2.000000;
+set style line 9 linecolor rgb "#0000ff" dashtype '_ ' linewidth 0.500000;
+set style line 10 default;
+set style line 10 linecolor rgb "#4db300" pointtype 7 pointsize 2.000000;
+set style line 11 default;
+set style line 11 palette pointtype 6 pointsize 2.000000;
 set pm3d implicit;
 unset hidden3d;
 set xrange [0.000000000000000e+00:1.000000000000000e+01];


I think that "palette" in line 11 is the source of the problem.  gnuplot is
expecting a third column for that style (the index to the color map).  I don't
see why we should be using the palette, however.  I'll have a look...

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47974>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]