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

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

[Octave-bug-tracker] [bug #44111] Images not printed when there's a 3D a


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #44111] Images not printed when there's a 3D axes in the figure
Date: Sat, 31 Jan 2015 14:57:44 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0

Follow-up Comment #6, bug #44111 (project octave):

If it may help, it is the axes background plane that is detected by
GL2PS_BSP_SORT as being over the image. 


clf
hax1 = axes ('position', [.1 .1 .3 .8])
view (3); 
hax2 = axes ('position', [.6 .1 .3 .8])
image ()
set (gca, "color", "none")
print test1.png


I tried to play with the value of the offset in
opengl_renderer::draw_axes_planes, with no success.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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