help-octave
[Top][All Lists]
Advanced

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

Re: Grid-lines in "print" to png appear black always, not grey


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

Very sorry, correction -
Octave 4.2.1 (Win)

On 18 August 2017 at 05:35, Tim Pierce <address@hidden> wrote:
Octave 4.0.0

code:

    figure
    plot( 1:100 )
    grid on
    print( '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

Inline images 3

It prints to test.png like this

Inline images 2

I 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 appreciated

Tim


reply via email to

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