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

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

[Octave-bug-tracker] [bug #48200] axes labels are not visible printing a


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #48200] axes labels are not visible printing a figure with gnuplot and epslatex
Date: Mon, 20 Jun 2016 19:27:15 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #3, bug #48200 (project octave):

Oh, you should be able to use the following to make the axis text visible:


t = 0:0.01:12;
plot (t, sin (t));
legend ('$\sin(t)$');
set(gcf, 'color', 'none')
set(gca, 'color', 'none')
print ('plot.eps','-depslatexstandalone','-S400,240');



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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