help-octave
[Top][All Lists]
Advanced

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

Re: Plotting in octave


From: Ben Abbott
Subject: Re: Plotting in octave
Date: Tue, 02 Nov 2010 00:25:56 -0400

On Nov 2, 2010, at 12:16 AM, asha g wrote:

> I am finding that my plots in Octave ( gnuplot) are very light. During 
> presentations they are almost invisible. 
> 
> Is there some way I can get them to be dark - 
> 
> does any one know if one can use matplotlib along with octave and plot in 
> matplotlib instead of gnuplot? If  so, how does one do it.
> 
> Thanks
> 
> Asha G 


Perhaps the visibility would improve in you increased the linewidths?

Is the visibility improved by ...

        set (findall (gcf, "-property", "linewidth"), "linewidth", 2)

Ben


reply via email to

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