|
From: | Tim Pierce |
Subject: | Re: Grid-lines in "print" to png appear black always, not grey |
Date: | Fri, 18 Aug 2017 06:42:50 +0100 |
Octave 4.0.0
code:
figureplot( 1:100 )grid onprint( 'test.png', '-dpng ','-S500,500', '-color' )
In https://engineeringliberty.wordpress.com/2011/10/07/ making-great-plots-in-octave- and-matlab-too/ I can see that the second graph down has an example of nice grey (as per the window)The figure looks like this in Octave
It prints to test.png like thisI have been through all the gca settings I can see, relevant. There's a LOT.
The printed plot respects none of them
If anyone could help diagnose this it would be appreciatedTim
[Prev in Thread] | Current Thread | [Next in Thread] |