per freem wrote:
> hi all,
>
> when plotting a simple scatter plot in matlab, points that overlap will
> cross in each other -- if i plot
>
> scatter(randn(1,1000),randn(1,1000))
>
> then no point will be fully "on top" of the other -- if they overlap,
> then their edges will cross and they wi
hi all,
when plotting a simple scatter plot in matlab, points that overlap will
cross in each other -- if i plot
scatter(randn(1,1000),randn(1,1000))
then no point will be fully "on top" of the other -- if they overlap, then
their edges will cross and they will look like tiny venn diagrams.
in