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

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

[Octave-bug-tracker] [bug #49260] gnuplot visual differences to OpenGL t


From: Rik
Subject: [Octave-bug-tracker] [bug #49260] gnuplot visual differences to OpenGL toolkit
Date: Thu, 6 Oct 2016 21:20:19 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #7, bug #49260 (project octave):

I expanded the code in the demo for autumn to better show how gnuplot is
getting the Z-depth stacking wrong between the axes object and axes children.


close all
graphics_toolkit gnuplot
cmap = autumn (256);
h = rgbplot (cmap);
set (h, "linewidth", 5);
print -dpsc2 cmap.ps


As you can see in the attached Postscript file, the axes layer is either on
top, or maybe it is being alpha blended with the line objects from rgbplot.

The second Postscript file is after doing


graphics_toolkit (1, "fltk")
print -dpsc2 cmap2.ps




(file #38679, file #38680)
    _______________________________________________________

Additional Item Attachment:

File name: cmap.ps                        Size:185 KB
File name: cmap2.ps                       Size:167 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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