Skip to main content
9 events
when toggle format what by license comment
Apr 13, 2017 at 12:56 history edited CommunityBot
replaced http://mathematica.stackexchange.com/ with https://mathematica.stackexchange.com/
Aug 20, 2012 at 21:06 vote accept ArgentoSapiens
Aug 8, 2012 at 14:32 history edited Ajasja CC BY-SA 3.0
Added warning about memory leak
Aug 8, 2012 at 14:14 comment added Dr. belisarius Nope, but there is a <return> after the first plot that is not showed in the comment
Aug 8, 2012 at 7:48 comment added Ajasja @verde Did you forget a semicolon after the list plot? Without it it just exceeds the recursion limit...
Aug 8, 2012 at 7:45 history edited Ajasja CC BY-SA 3.0
Added a new part of answer
Aug 7, 2012 at 22:41 comment added acl I was in the middle of writing my own routine to count number of points per "sqaure" (ie to coarse-grain, or bin, the data) when I realized mma must have this built-in. then I saw this! +1
Aug 7, 2012 at 21:18 comment added Dr. belisarius theData = RandomReal[NormalDistribution[], {10000, 2}]; i = Image@ ListPlot[theData, PlotStyle -> {Black, Opacity[.3]}, Axes -> False] Lighter@Lighter@i
Aug 7, 2012 at 21:04 history answered Ajasja CC BY-SA 3.0