Re: [Matplotlib-users] making points cross in simple plots

2009-02-19 Thread Eric Firing
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

[Matplotlib-users] making points cross in simple plots

2009-02-19 Thread per freem
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