per freem wrote:
> hi all,
>
> i'm trying to generate a very simple plot, where only the left y axis
> and the bottom x axis are present. i.e. there is no top x axis or right
> y axis... this is the default for many plotting packages. in matlab, one
> can do this as follows:
>
> >> x = rand(1
hi all,
i'm trying to generate a very simple plot, where only the left y axis and
the bottom x axis are present. i.e. there is no top x axis or right y
axis... this is the default for many plotting packages. in matlab, one can
do this as follows:
>> x = rand(1,100);
>> hist(x)
>> set(gca, 'Box',