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:53:12 -0400

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

> 
>> Perhaps the visibility would improve in you increased the
>> linewidths?
>> 
>> Is the visibility improved by ...
>> 
>>     set (findall (gcf, "-property",
>> "linewidth"), "linewidth", 2)
>> 
> 
> I tried this. It increases the width of the border- my plots are done using * 
> , o , + instead of lines. How can I enhance the thickness of these ?
> 
> Thanks
> Asha 

Try including the marker size as well.

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

Ben


reply via email to

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