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

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

[Octave-bug-tracker] [bug #49705] Transparency not supported in printout


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #49705] Transparency not supported in printout
Date: Sat, 17 Dec 2016 20:36:29 -0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

Update of bug #49705 (project octave):

                Category:                Plotting => Plotting with OpenGL   
                  Status:                    None => Confirmed              
        Operating System:       Microsoft Windows => Any                    
                 Summary: saving plot images with grid => Transparency not
supported in printout

    _______________________________________________________

Follow-up Comment #1:

Hi,

Yes, the only output format that currently supports transparency is svg. 

There are couple of workarounds:
* use svg format and an external tool such as inkscape to convert to whatever
format
* do not use transparency and replace by a light gray, something like:


set (0, "defaultaxesgridalpha", 1, "defaultaxesgridcolor", [.8 .8 .8])


* use "graphics_toolkit ('gnuplot')" which supports transparency

Retitling to better reflect that the root cause is transparency in printout 

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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