[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Print Problem: Figure Background won't get printed
From: |
aikon96 |
Subject: |
Re: Print Problem: Figure Background won't get printed |
Date: |
Sun, 21 Feb 2016 11:07:33 -0800 (PST) |
Yeah thats exactly the point.
I changed the color of the X/Y-ticks to white with this lines:
set(gca, 'YColor', [1 1 1])
set(gca, 'XColor', [1 1 1])
So, when I am plotting this figure, I get exactly what I want (first pic).
White labeled ticks, black background of figure. So black background white
text -> ticks are visible.
After doing this command:
print('test.png')
The just plotted figure is getting converted to png. But the problem is, the
black background isn't there anymore,. The background somehow changed from
black to white, but I don't know why. So white text on white background is
not visible anymore...
--
View this message in context:
http://octave.1599824.n4.nabble.com/Print-Problem-Figure-Background-won-t-get-printed-tp4674940p4674943.html
Sent from the Octave - General mailing list archive at Nabble.com.