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

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

[Octave-bug-tracker] [bug #47240] Figure background color not printed fo


From: Rik
Subject: [Octave-bug-tracker] [bug #47240] Figure background color not printed for OpenGL
Date: Wed, 24 Feb 2016 19:06:54 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

@Martin: The syntax for the tex interpreter is described in the Octave manual
at "15.2.8 Use of the interpreter Property".  It doesn't appear to me that you
need the '{ ... }' around your expression.  The following code works for me
where I also removed the explicit setting of interpreter since 'tex' is the
default.


x = linspace(0,2*pi,360);
figure(1)
plot(sin(x))
set(gca, 'xtick', [0:90:360])
xlabel ('angle / \deg')
print(1,'temp.jpg') 




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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