File:Plot of random points.gif

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Plot_of_random_points.gif(400 × 391 pixels, file size: 6 KB, MIME type: image/gif, 0.1 s)

Summary

Description
English: Randomly generated points plotted in a unit square illustrate the "Clustering Illusion."

This Mathematical image was created with Mathematica.

Source Code:
tinyColor[color_, point_] := {PointSize[Small], color, Point[point]}
colorChoose[point_] := tinyColor[Blue, point]

Clear[r, n];
r = 100;
n = r^2;
darts = RandomReal[{0, 1}, {n, 2}];
coloredDarts = ParallelMap[colorChoose, darts];

Export[][][][darts, 1 ;; max], AspectRatio -> 1, 
   PlotStyle -> {PointSize[Small], Blue}, 
   PlotRange -> {{0, 1}, {0, 1}}, 
   PlotLabel -> TraditionalForm[max "Random Points"], Frame -> True, 
   ImageSize -> {400, 400}], {max, 100, Length[darts]/10}], 
 "DisplayDurations" -> ConstantArray[1, 9]~Join~{3}]
Date
Source Own work
Author CaitlinJo
Other versions
image extraction process
This file has been extracted from another file
: RandomPoints.gif
original file
w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

- Attribution 3.0

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

13 July 2013

image/gif

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current17:46, 14 September 2023Thumbnail for version as of 17:46, 14 September 2023400 × 391 (6 KB)Belburydrop to 1000
17:45, 14 September 2023Thumbnail for version as of 17:45, 14 September 2023400 × 400 (17 KB)Belburyextract a frame
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Metadata