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: Tue, 21 Jun 2016 06:18:23 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

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

Oh, yes, well there is no background rectangle in that case.  If you would
like to see exactly what Octave is sending to gnuplot, try the following:


t = 0:0.01:12;
plot (t, sin (t));
legend ('$\sin(t)$');
drawnow ('epslatex', 'sinewave.tex', 'foo.gp');


and examine the resulting 'foo.gp' file in the system directory.  These two
lines


set obj 1 rectangle from screen 0,0 to screen 1,1 behind fc rgb "#ffffff" fs
solid noborder
set obj 2 rectangle from graph 0,0 to graph 1,1 behind fc rgb "#ffffff" fs
solid noborder


are what's covering the text.  You can comment out these lines and use "load
'foo.gp'" inside gnuplot.

    _______________________________________________________

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]