help-octave
[Top][All Lists]
Advanced

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

Re: hist remove filling colour


From: Doug Stewart
Subject: Re: hist remove filling colour
Date: Tue, 30 Nov 2010 09:42:52 -0500

On Tue, Nov 30, 2010 at 8:40 AM, Isak Delberth Davids
<address@hidden> wrote:
> Good day,
>
> I wonder is there a way one can remove the dark colour that histogram bars
> come with? In fact, I only want to join the frequency values such that I
> have a line joining them.
>
> Regards,
> Isak


function [nn, xx] = hist (y, varargin)


If you plot

plot(xx,yy) you will see a line.

Doug Stewart


reply via email to

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