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

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

[Octave-bug-tracker] [bug #49243] printing causes error when figure axes


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #49243] printing causes error when figure axes has color "none"
Date: Sun, 2 Oct 2016 02:38:15 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #2, bug #49243 (project octave):

That solves the error, but there might still be some issues here.  When I set

set(gcf, 'color', 'none')
set(gca, 'color', 'none')

for gnuplot I see that there is not the usual two filled rectangles in the
test.gp gnuplot script file.  Though I was expecting the tick annotation to
become visible, it still seems to be hidden behind the PostScript graphics.

In the case of Qt and FLTK toolkits, try the following:


graphics_toolkit fltk
figure(1)
plot([-10:10],[-10:10].^2,'o-')
set(gcf, 'color', 'none')
set(gca, 'color', 'none')
print('-dpdflatexstandalone','-color','test')


and the onscreen plot acquires a black background.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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